forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is ready when Jenkins is. Author: Michael Armbrust <[email protected]> Closes apache#596 from marmbrus/moreTests and squashes the following commits: 85be703 [Michael Armbrust] Blacklist MR required tests. 35bc311 [Michael Armbrust] Add hive golden answers. ede98fd [Michael Armbrust] More hive gitignore da096ea [Michael Armbrust] update whitelist
- Loading branch information
Showing
87 changed files
with
328 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,3 +54,4 @@ scalastyle.txt | |
metastore_db/ | ||
metastore/ | ||
warehouse/ | ||
TempStatsStore/ |
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
.../src/test/resources/golden/ctas_uses_database_location-0-1c3ace37d0bbb5c8033c48cde7680d21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions
4
...hive/src/test/resources/golden/fileformat_sequencefile-2-80ec34a069bc561aa6dc87314391b131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
key int None | ||
value string None | ||
|
||
Detailed Table Information Table(tableName:dest1, dbName:default, owner:marmbrus, createTime:1398823397, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:key, type:int, comment:null), FieldSchema(name:value, type:string, comment:null)], location:file:/private/var/folders/36/cjkbrr953xg2p_krwrmn8h_r0000gn/T/sparkHiveWarehouse6323689881248298063/dest1, inputFormat:org.apache.hadoop.mapred.SequenceFileInputFormat, outputFormat:org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat, compressed:false, numBuckets:-1, serdeInfo:SerDeInfo(name:null, serializationLib:org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, parameters:{serialization.format=1}), bucketCols:[], sortCols:[], parameters:{}, skewedInfo:SkewedInfo(skewedColNames:[], skewedColValues:[], skewedColValueLocationMaps:{}), storedAsSubDirectories:false), partitionKeys:[], parameters:{transient_lastDdlTime=1398823397}, viewOriginalText:null, viewExpandedText:null, tableType:MANAGED_TABLE) |
Empty file.
10 changes: 10 additions & 0 deletions
10
...hive/src/test/resources/golden/fileformat_sequencefile-4-adc1ec67836b26b60d8547c4996bfd8f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
0 val_0 | ||
4 val_4 | ||
8 val_8 | ||
0 val_0 | ||
0 val_0 | ||
5 val_5 | ||
5 val_5 | ||
2 val_2 | ||
5 val_5 | ||
9 val_9 |
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions
4
sql/hive/src/test/resources/golden/fileformat_text-2-80ec34a069bc561aa6dc87314391b131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
key int None | ||
value string None | ||
|
||
Detailed Table Information Table(tableName:dest1, dbName:default, owner:marmbrus, createTime:1398823407, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:key, type:int, comment:null), FieldSchema(name:value, type:string, comment:null)], location:file:/private/var/folders/36/cjkbrr953xg2p_krwrmn8h_r0000gn/T/sparkHiveWarehouse6323689881248298063/dest1, inputFormat:org.apache.hadoop.mapred.TextInputFormat, outputFormat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat, compressed:false, numBuckets:-1, serdeInfo:SerDeInfo(name:null, serializationLib:org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, parameters:{serialization.format=1}), bucketCols:[], sortCols:[], parameters:{}, skewedInfo:SkewedInfo(skewedColNames:[], skewedColValues:[], skewedColValueLocationMaps:{}), storedAsSubDirectories:false), partitionKeys:[], parameters:{transient_lastDdlTime=1398823407}, viewOriginalText:null, viewExpandedText:null, tableType:MANAGED_TABLE) |
Empty file.
10 changes: 10 additions & 0 deletions
10
sql/hive/src/test/resources/golden/fileformat_text-4-adc1ec67836b26b60d8547c4996bfd8f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
0 val_0 | ||
4 val_4 | ||
8 val_8 | ||
0 val_0 | ||
0 val_0 | ||
5 val_5 | ||
5 val_5 | ||
2 val_2 | ||
5 val_5 | ||
9 val_9 |
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions
2
sql/hive/src/test/resources/golden/input15-2-ae5e0fbdf88ecca2c7d67df1ad141919
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key int None | ||
value string None |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
sql/hive/src/test/resources/golden/inputddl2-2-7c1c0606b5ea8a1c90d46fe221993b57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
key int None | ||
value string None | ||
ds string None | ||
country string None | ||
|
||
# Partition Information | ||
# col_name data_type comment | ||
|
||
ds string None | ||
country string None |
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions
2
sql/hive/src/test/resources/golden/inputddl3-2-73f945a673d2e388847c317f683f160c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
key int None | ||
value string None |
Binary file added
BIN
+114 Bytes
sql/hive/src/test/resources/golden/load_binary_data-4-3ebc340f7f63740f8534706d42dd37ca
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
.../src/test/resources/golden/mapjoin_filter_on_outerjoin-1-8c68ce10095a8924c68c8ee4b3c0071a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
NULL NULL 66 val_66 66 val_66 | ||
NULL NULL 98 val_98 98 val_98 | ||
NULL NULL 98 val_98 98 val_98 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 146 val_146 146 val_146 | ||
NULL NULL 146 val_146 146 val_146 | ||
NULL NULL 150 val_150 150 val_150 | ||
NULL NULL 213 val_213 213 val_213 | ||
NULL NULL 213 val_213 213 val_213 | ||
NULL NULL 224 224 val_224 | ||
NULL NULL 224 224 val_224 | ||
NULL NULL 238 val_238 238 val_238 | ||
NULL NULL 238 val_238 238 val_238 | ||
NULL NULL 255 val_255 255 val_255 | ||
NULL NULL 255 val_255 255 val_255 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 278 val_278 278 val_278 | ||
NULL NULL 278 val_278 278 val_278 |
Empty file.
22 changes: 22 additions & 0 deletions
22
.../src/test/resources/golden/mapjoin_filter_on_outerjoin-3-381cc29f131d8caba744dd9fe6c121e7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
NULL NULL 66 val_66 66 val_66 | ||
NULL NULL 98 val_98 98 val_98 | ||
NULL NULL 98 val_98 98 val_98 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 146 val_146 146 val_146 | ||
NULL NULL 146 val_146 146 val_146 | ||
NULL NULL 150 val_150 150 val_150 | ||
NULL NULL 213 val_213 213 val_213 | ||
NULL NULL 213 val_213 213 val_213 | ||
NULL NULL 224 224 val_224 | ||
NULL NULL 224 224 val_224 | ||
NULL NULL 238 val_238 238 val_238 | ||
NULL NULL 238 val_238 238 val_238 | ||
NULL NULL 255 val_255 255 val_255 | ||
NULL NULL 255 val_255 255 val_255 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 278 val_278 278 val_278 | ||
NULL NULL 278 val_278 278 val_278 |
1 change: 1 addition & 0 deletions
1
.../src/test/resources/golden/mapjoin_filter_on_outerjoin-4-ce1ef910fff98f174931cc641f7cef3a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
22 changes: 22 additions & 0 deletions
22
.../src/test/resources/golden/mapjoin_filter_on_outerjoin-6-c6844de37be0926316f5fbf36a905306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
NULL NULL 66 val_66 66 val_66 | ||
NULL NULL 98 val_98 98 val_98 | ||
NULL NULL 98 val_98 98 val_98 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 128 128 val_128 | ||
NULL NULL 146 val_146 146 val_146 | ||
NULL NULL 146 val_146 146 val_146 | ||
NULL NULL 150 val_150 150 val_150 | ||
NULL NULL 213 val_213 213 val_213 | ||
NULL NULL 213 val_213 213 val_213 | ||
NULL NULL 224 224 val_224 | ||
NULL NULL 224 224 val_224 | ||
NULL NULL 238 val_238 238 val_238 | ||
NULL NULL 238 val_238 238 val_238 | ||
NULL NULL 255 val_255 255 val_255 | ||
NULL NULL 255 val_255 255 val_255 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 273 val_273 273 val_273 | ||
NULL NULL 278 val_278 278 val_278 | ||
NULL NULL 278 val_278 278 val_278 |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/parallel_orderby-10-767848077fc2929ccedfd28e50564b19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
32 changes: 32 additions & 0 deletions
32
sql/hive/src/test/resources/golden/parallel_orderby-13-988591bf9ab008fdc4d71560aa57a736
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# col_name data_type comment | ||
|
||
key string None | ||
value string None | ||
|
||
# Detailed Table Information | ||
Database: default | ||
Owner: marmbrus | ||
CreateTime: Tue Apr 29 20:55:07 PDT 2014 | ||
LastAccessTime: UNKNOWN | ||
Protect Mode: None | ||
Retention: 0 | ||
Location: file:/private/var/folders/36/cjkbrr953xg2p_krwrmn8h_r0000gn/T/sparkHiveWarehouse6323689881248298063/total_ordered | ||
Table Type: MANAGED_TABLE | ||
Table Parameters: | ||
numFiles 1 | ||
numPartitions 0 | ||
numRows 48 | ||
rawDataSize 512 | ||
totalSize 560 | ||
transient_lastDdlTime 1398830107 | ||
|
||
# Storage Information | ||
SerDe Library: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe | ||
InputFormat: org.apache.hadoop.mapred.TextInputFormat | ||
OutputFormat: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat | ||
Compressed: No | ||
Num Buckets: -1 | ||
Bucket Columns: [] | ||
Sort Columns: [] | ||
Storage Desc Params: | ||
serialization.format 1 |
48 changes: 48 additions & 0 deletions
48
sql/hive/src/test/resources/golden/parallel_orderby-14-d93951df2ffc18dc09ab0ba2d46f1823
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
128 val_128 | ||
128 val_128 | ||
150 val_150 | ||
150 val_150 | ||
165 val_165 | ||
165 val_165 | ||
193 val_193 | ||
193 val_193 | ||
213 val_213 | ||
213 val_213 | ||
213 val_213 | ||
213 val_213 | ||
213 val_214 | ||
213 val_214 | ||
224 val_224 | ||
224 val_224 | ||
238 val_238 | ||
238 val_238 | ||
238 val_239 | ||
238 val_239 | ||
238 val_240 | ||
238 val_240 | ||
255 val_255 | ||
255 val_255 | ||
265 val_265 | ||
265 val_265 | ||
27 val_27 | ||
27 val_27 | ||
273 val_273 | ||
273 val_273 | ||
278 val_278 | ||
278 val_278 | ||
311 val_311 | ||
311 val_311 | ||
369 val_369 | ||
369 val_369 | ||
401 val_401 | ||
401 val_401 | ||
409 val_409 | ||
409 val_409 | ||
484 val_484 | ||
484 val_484 | ||
66 val_66 | ||
66 val_66 | ||
86 val_86 | ||
86 val_86 | ||
98 val_98 | ||
98 val_98 |
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/parallel_orderby-3-8ae9591fe39cd390619181e9664a92c1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/parallel_orderby-4-a928b93138e9c5547c40ff2024b2b4b6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/parallel_orderby-5-a58344acc57aaa38e2cb5f11a0576681
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
32 changes: 32 additions & 0 deletions
32
sql/hive/src/test/resources/golden/parallel_orderby-8-988591bf9ab008fdc4d71560aa57a736
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# col_name data_type comment | ||
|
||
key string None | ||
value string None | ||
|
||
# Detailed Table Information | ||
Database: default | ||
Owner: marmbrus | ||
CreateTime: Tue Apr 29 20:54:55 PDT 2014 | ||
LastAccessTime: UNKNOWN | ||
Protect Mode: None | ||
Retention: 0 | ||
Location: file:/private/var/folders/36/cjkbrr953xg2p_krwrmn8h_r0000gn/T/sparkHiveWarehouse6323689881248298063/total_ordered | ||
Table Type: MANAGED_TABLE | ||
Table Parameters: | ||
numFiles 1 | ||
numPartitions 0 | ||
numRows 48 | ||
rawDataSize 512 | ||
totalSize 560 | ||
transient_lastDdlTime 1398830095 | ||
|
||
# Storage Information | ||
SerDe Library: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe | ||
InputFormat: org.apache.hadoop.mapred.TextInputFormat | ||
OutputFormat: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat | ||
Compressed: No | ||
Num Buckets: -1 | ||
Bucket Columns: [] | ||
Sort Columns: [] | ||
Storage Desc Params: | ||
serialization.format 1 |
48 changes: 48 additions & 0 deletions
48
sql/hive/src/test/resources/golden/parallel_orderby-9-d93951df2ffc18dc09ab0ba2d46f1823
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
128 val_128 | ||
128 val_128 | ||
150 val_150 | ||
150 val_150 | ||
165 val_165 | ||
165 val_165 | ||
193 val_193 | ||
193 val_193 | ||
213 val_213 | ||
213 val_213 | ||
213 val_213 | ||
213 val_213 | ||
213 val_214 | ||
213 val_214 | ||
224 val_224 | ||
224 val_224 | ||
238 val_238 | ||
238 val_238 | ||
238 val_239 | ||
238 val_239 | ||
238 val_240 | ||
238 val_240 | ||
255 val_255 | ||
255 val_255 | ||
265 val_265 | ||
265 val_265 | ||
27 val_27 | ||
27 val_27 | ||
273 val_273 | ||
273 val_273 | ||
278 val_278 | ||
278 val_278 | ||
311 val_311 | ||
311 val_311 | ||
369 val_369 | ||
369 val_369 | ||
401 val_401 | ||
401 val_401 | ||
409 val_409 | ||
409 val_409 | ||
484 val_484 | ||
484 val_484 | ||
66 val_66 | ||
66 val_66 | ||
86 val_86 | ||
86 val_86 | ||
98 val_98 | ||
98 val_98 |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-10-ffe97dc8c1df3195982e38263fbe8717
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-11-43d53504df013e6b35f81811138a167a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-12-7cccbdffc32975f8935eeba14a28147
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-15-b89ea2173180c8ae423d856f943e061f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-2-3b0f76816be2c1b18a2058027a19bc9f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-3-86473a0498e4361e4db0b4a22f2e8571
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-4-b89ea2173180c8ae423d856f943e061f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/smb_mapjoin9-9-e39f59c35ebbe686a18d45d9d8bf3ab0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
...ve/src/test/resources/golden/symlink_text_input_format-2-42119039bf8023f90b7f474f235c5dd5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-1 |
1 change: 1 addition & 0 deletions
1
...ve/src/test/resources/golden/symlink_text_input_format-3-77b57147024eb6b28cc9f525fdaab615
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-1 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
...ve/src/test/resources/golden/symlink_text_input_format-9-433d5dbbcf75ff68d6897f31baa46841
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/udf_hour-4-73bfac513b993dedbe143306865a44a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
13 |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/udf_substr-8-ba6ca6bac87ca99aabd60b8e76537ade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NULL NULL NULL NULL NULL A AB ABC ABC A AB ABC ABC B BC BC BC C C C C C C C C B BC BC BC A AB ABC ABC |
1 change: 1 addition & 0 deletions
1
sql/hive/src/test/resources/golden/udf_substr-9-a9aa82080133620d017160f6a644455d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
玩 玩 玩玩玩 abc 玩玩玩 |
Empty file.
Empty file.
Empty file.
Oops, something went wrong.