index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/PARTITION_INTO_TWO_SUBARRAYS_OF_LENGTHS_K_AND_N_K_SUCH_THAT_THE_DIFFERENCE_OF_SUMS_IS_MAXIMUM.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class PARTITION_INTO_...
6,200
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/GIVEN_A_SORTED_AND_ROTATED_ARRAY_FIND_IF_THERE_IS_A_PAIR_WITH_A_GIVEN_SUM_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class GIVEN_A_SORTED_...
6,201
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/PROGRAM_DISTANCE_TWO_POINTS_EARTH.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class PROGRAM_DISTANC...
6,202
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_TOTAL_SET_BITS_IN_ALL_NUMBERS_FROM_1_TO_N.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_TOTAL_SET...
6,203
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CHECK_GIVEN_SENTENCE_GIVEN_SET_SIMPLE_GRAMMER_RULES.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CHECK_GIVEN_SEN...
6,204
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CHECK_EXIST_TWO_ELEMENTS_ARRAY_WHOSE_SUM_EQUAL_SUM_REST_ARRAY.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CHECK_EXIST_TWO...
6,205
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CHECK_POSSIBLE_TRANSFORM_ONE_STRING_ANOTHER.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CHECK_POSSIBLE_...
6,206
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/FIND_SUM_EVEN_FACTORS_NUMBER.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class FIND_SUM_EVEN_F...
6,207
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CALCULATE_AREA_TETRAHEDRON.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CALCULATE_AREA_...
6,208
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/DYNAMIC_PROGRAMMING_SET_13_CUTTING_A_ROD.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class DYNAMIC_PROGRAM...
6,209
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/SQUARED_TRIANGULAR_NUMBER_SUM_CUBES.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class SQUARED_TRIANGU...
6,210
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/FREQUENT_ELEMENT_ARRAY.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class FREQUENT_ELEMEN...
6,211
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/FIND_SUM_EVEN_INDEX_BINOMIAL_COEFFICIENTS_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class FIND_SUM_EVEN_I...
6,212
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/PYTHON_PROGRAM_FIND_PERIMETER_CIRCUMFERENCE_SQUARE_RECTANGLE_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class PYTHON_PROGRAM_...
6,213
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/LONGEST_REPEATING_AND_NON_OVERLAPPING_SUBSTRING.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class LONGEST_REPEATI...
6,214
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/NUMBER_N_DIGIT_STEPPING_NUMBERS.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class NUMBER_N_DIGIT_...
6,215
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/PROGRAM_FIND_STRING_START_END_GEEKS.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class PROGRAM_FIND_ST...
6,216
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/FIND_NUMBER_ENDLESS_POINTS.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class FIND_NUMBER_END...
6,217
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CHECK_STRING_FOLLOWS_ANBN_PATTERN_NOT.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CHECK_STRING_FO...
6,218
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/MAXIMUM_SUBARRAY_SUM_USING_PREFIX_SUM.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class MAXIMUM_SUBARRA...
6,219
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_INDEX_PAIRS_EQUAL_ELEMENTS_ARRAY_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_INDEX_PAI...
6,220
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/HOW_TO_COMPUTE_MOD_OF_A_BIG_NUMBER.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class HOW_TO_COMPUTE_...
6,221
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/LARGEST_SUBARRAY_WITH_EQUAL_NUMBER_OF_0S_AND_1S.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class LARGEST_SUBARRA...
6,222
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_PAIRS_DIFFERENCE_EQUAL_K_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_PAIRS_DIF...
6,223
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_ROTATIONS_DIVISIBLE_4.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_ROTATIONS...
6,224
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/DISTRIBUTING_ITEMS_PERSON_CANNOT_TAKE_TWO_ITEMS_TYPE_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class DISTRIBUTING_IT...
6,225
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/MINIMUM_NUMBER_SUBSETS_DISTINCT_ELEMENTS_1.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class MINIMUM_NUMBER_...
6,226
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_SORTED_ROWS_MATRIX.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_SORTED_RO...
6,227
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_SUBSTRINGS_WITH_SAME_FIRST_AND_LAST_CHARACTERS.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_SUBSTRING...
6,228
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/DIFFERENCE_BETWEEN_HIGHEST_AND_LEAST_FREQUENCIES_IN_AN_ARRAY.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class DIFFERENCE_BETW...
6,229
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CHECK_WHETHER_NUMBER_DUCK_NUMBER_NOT.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CHECK_WHETHER_N...
6,230
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/COUNT_SINGLE_NODE_ISOLATED_SUB_GRAPHS_DISCONNECTED_GRAPH.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class COUNT_SINGLE_NO...
6,231
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/AREA_SQUARE_CIRCUMSCRIBED_CIRCLE.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class AREA_SQUARE_CIR...
6,232
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/NUMBER_NON_NEGATIVE_INTEGRAL_SOLUTIONS_B_C_N.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class NUMBER_NON_NEGA...
6,233
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/CHECK_TWO_GIVEN_CIRCLES_TOUCH_INTERSECT.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class CHECK_TWO_GIVEN...
6,234
0
Create_ds/CodeGen/data/transcoder_evaluation_gfg
Create_ds/CodeGen/data/transcoder_evaluation_gfg/java/MINIMUM_NUMBER_PLATFORMS_REQUIRED_RAILWAYBUS_STATION.java
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the license found in the // LICENSE file in the root directory of this source tree. // import java.util. *; import java.util.stream.*; import java.lang.*; import javafx.util.Pair; public class MINIMUM_NUMBER_...
6,235
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/floats.java
/* * This file was automatically generated by EvoSuite * Wed Apr 21 13:16:53 GMT 2021 */ import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.class) @EvoRunnerParameters(...
6,236
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/doubles.java
/* * This file was automatically generated by EvoSuite * Wed Apr 21 13:17:21 GMT 2021 */ import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.class) @EvoRunnerParameters(...
6,237
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/java_list.java
/* * This file was automatically generated by EvoSuite * Wed Apr 21 13:41:06 GMT 2021 */ import org.junit.Test; import static org.junit.Assert.*; import java.util.ArrayList; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner....
6,238
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/strings.java
/* * This file was automatically generated by EvoSuite * Wed Apr 21 13:16:49 GMT 2021 */ import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.class) @EvoRunnerParameters(...
6,239
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/strings_null_casting.java
/* * This file was automatically generated by EvoSuite * Wed Apr 21 13:16:57 GMT 2021 */ public class CLASS_c2a773c670339b0d7be430a133f7f597ae56ad8ebb7f7209c0fe9edbd248fd04_ESTest extends CLASS_c2a773c670339b0d7be430a133f7f597ae56ad8ebb7f7209c0fe9edbd248fd04_ESTest_scaffolding { @Test(timeout = 4000) public vo...
6,240
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/integer_array_check.java
/* * This file was automatically generated by EvoSuite * Wed Apr 14 18:54:05 GMT 2021 */ import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.class) @EvoRunnerParameters(...
6,241
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/integer_array_casting.java
/* * This file was automatically generated by EvoSuite * Wed Apr 21 13:17:52 GMT 2021 */ public class CLASS_196a45f8932c033f06f6a086488b268404e77353d16c9bc6407a417f237da6db_ESTest extends CLASS_196a45f8932c033f06f6a086488b268404e77353d16c9bc6407a417f237da6db_ESTest_scaffolding { @Test(timeout = 4000) public vo...
6,242
0
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources
Create_ds/CodeGen/codegen_sources/test_generation/evosuite_tests_translators/tests/resources/java_evosuite_tests/different_object_name.java
/* * This file was automatically generated by EvoSuite * Fri Jun 18 14:55:38 GMT 2021 */ import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWi...
6,243
0
Create_ds/sputnik/src/test/java/com/airbnb/sputnik
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools/BeansDataset.java
package com.airbnb.sputnik.tools; import com.airbnb.sputnik.tools.beans.JsonData; import com.airbnb.sputnik.tools.beans.ParsedData; import org.apache.spark.sql.Dataset; import org.apache.spark.sql.Encoder; import org.apache.spark.sql.Encoders; import org.apache.spark.sql.SparkSession; import java.util.Collections; p...
6,244
0
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools/beans/MapData.java
package com.airbnb.sputnik.tools.beans; public class MapData { private String innerFieldOne; private String innerFieldTwo; public String getInnerFieldOne() { return innerFieldOne; } public void setInnerFieldOne(String innerFieldOne) { this.innerFieldOne = innerFieldOne; } public String getInne...
6,245
0
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools/beans/ParsedData.java
package com.airbnb.sputnik.tools.beans; import com.airbnb.sputnik.annotations.Comment; import com.airbnb.sputnik.annotations.FieldsFormatting; import com.airbnb.sputnik.annotations.JsonField; import com.airbnb.sputnik.annotations.TableName; import com.google.common.base.CaseFormat; import java.io.Serializable; @Tabl...
6,246
0
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools/beans/JsonData.java
package com.airbnb.sputnik.tools.beans; import java.io.Serializable; public class JsonData implements Serializable { private String innerFieldOne; public String getInnerFieldOne() { return innerFieldOne; } public void setInnerFieldOne(String innerFieldOne) { this.innerFieldOne = innerFieldOne; } ...
6,247
0
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools
Create_ds/sputnik/src/test/java/com/airbnb/sputnik/tools/beans/ParsedDataMap.java
package com.airbnb.sputnik.tools.beans; import com.airbnb.sputnik.annotations.MapField; public class ParsedDataMap { private String fieldOne; @MapField private MapData mapData; public String getFieldOne() { return fieldOne; } public void setFieldOne(String fieldOne) { this.fieldOne = fieldOne; }...
6,248
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/enums/TableFileFormat.java
package com.airbnb.sputnik.enums; public enum TableFileFormat { ORC, PARQUET, RCFILE }
6,249
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/JsonField.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface JsonField { }
6,250
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/TableParallelism.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface TableParallelism { int value(); }
6,251
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/TableName.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface TableName { String value(); }
6,252
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/FieldsFormatting.java
package com.airbnb.sputnik.annotations; import com.google.common.base.CaseFormat; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @inte...
6,253
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/MapField.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface MapField {}
6,254
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/Comment.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Comment { String value(); }
6,255
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/FieldsSubsetIsAllowed.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface FieldsSubsetIsAllowed { boolean v...
6,256
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/TableFormat.java
package com.airbnb.sputnik.annotations; import com.airbnb.sputnik.enums.TableFileFormat; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) publi...
6,257
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/TableDescription.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface TableDescription { String value();...
6,258
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/PartitioningField.java
package com.airbnb.sputnik.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface PartitioningField { }
6,259
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/checks/NotEmptyCheck.java
package com.airbnb.sputnik.annotations.checks; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface NotEmptyCheck { }
6,260
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/checks/RecordMinCount.java
package com.airbnb.sputnik.annotations.checks; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface RecordMinCount { int minCo...
6,261
0
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations
Create_ds/sputnik/src/main/java/com/airbnb/sputnik/annotations/checks/NotNull.java
package com.airbnb.sputnik.annotations.checks; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface NotNull { }
6,262
0
Create_ds/iceberg/pig/src/test/java/com/netflix/iceberg
Create_ds/iceberg/pig/src/test/java/com/netflix/iceberg/pig/SchemaUtilTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,263
0
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg/pig/PigParquetReader.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,264
0
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg/pig/IcebergStorage.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,265
0
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg/pig/IcebergPigInputFormat.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,266
0
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg
Create_ds/iceberg/pig/src/main/java/com/netflix/iceberg/pig/SchemaUtil.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,267
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TableTestBase.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,268
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestMergeAppend.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,269
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestReplaceFiles.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,270
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestTableMetadataJson.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,271
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TableMetadataParserTest.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,272
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestReplacePartitions.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,273
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestScanSummary.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
6,274
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestSnapshotJson.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,275
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestTransaction.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,276
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestTables.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,277
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestDeleteFiles.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,278
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestFastAppend.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,279
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestCreateTransaction.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,280
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestSchemaUpdate.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,281
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/AssertHelpers.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
6,282
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/LocalTableOperations.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
6,283
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestReplaceTransaction.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,284
0
Create_ds/iceberg/core/src/test/java/com/netflix
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/TestOverwrite.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,285
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/util/TestBinPacking.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,286
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/AvroTestHelpers.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,287
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/RandomAvroData.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,288
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/TestGenericAvro.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,289
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/TestSchemaConversions.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,290
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/TestReadProjection.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,291
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/AvroDataTest.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,292
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/avro/TestAvroReadProjection.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,293
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/hadoop/HadoopTableTestBase.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,294
0
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg
Create_ds/iceberg/core/src/test/java/com/netflix/iceberg/hadoop/TestHadoopCommits.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,295
0
Create_ds/iceberg/core/src/main/java/com/netflix
Create_ds/iceberg/core/src/main/java/com/netflix/iceberg/ManifestEntry.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,296
0
Create_ds/iceberg/core/src/main/java/com/netflix
Create_ds/iceberg/core/src/main/java/com/netflix/iceberg/FilteredManifest.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,297
0
Create_ds/iceberg/core/src/main/java/com/netflix
Create_ds/iceberg/core/src/main/java/com/netflix/iceberg/BaseMetastoreTables.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,298
0
Create_ds/iceberg/core/src/main/java/com/netflix
Create_ds/iceberg/core/src/main/java/com/netflix/iceberg/SchemaUpdate.java
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
6,299