-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(explain): render aggregate expressions correctly when CSE is applied #19753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BipashaBi
wants to merge
11
commits into
apache:main
Choose a base branch
from
BipashaBi:fix-aggregate-explain-common-expr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
2caba36
fix(explain): render aggregate expressions correctly with CSE
BipashaBi c08565a
chore: remove LZO Parquet compression (#19726)
kumarUjjawal 3513d9c
Fix physical plan display alias formatting
BipashaBi 00dbfd7
Merge branch 'main' into fix-aggregate-explain-common-expr
BipashaBi d6063c5
test: update sqllogictest expected EXPLAIN output after aggregate dis…
BipashaBi ec626dd
Fix AggregateExec display using human_display
BipashaBi a14a7a9
chore: add .gitignore and remove generated files
BipashaBi 9566470
test: add necessary scratch test data
BipashaBi bcea399
Revert "chore: add .gitignore and remove generated files"
BipashaBi 809c503
chore: remove generated output.txt and ignore it
BipashaBi fc5b182
chore: ignore generated test output files
BipashaBi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
6 changes: 6 additions & 0 deletions
6
datafusion/sqllogictest/test_files/scratch/aggregate_repartition/dim.csv
This file contains hidden or 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,6 @@ | ||
| env,value,category | ||
| prod,100,A | ||
| dev,200,B | ||
| test,150,A | ||
| prod,300,C | ||
| dev,250,B |
Binary file added
BIN
+1.08 KB
datafusion/sqllogictest/test_files/scratch/aggregate_repartition/dim.parquet
Binary file not shown.
Binary file added
BIN
+918 Bytes
datafusion/sqllogictest/test_files/scratch/array/array_has/single_file.parquet
Binary file not shown.
Binary file added
BIN
+1018 Bytes
datafusion/sqllogictest/test_files/scratch/copy/array_of_struct/nP43CDTGfosXDQDx_0.parquet
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+753 Bytes
datafusion/sqllogictest/test_files/scratch/copy/format_table.parquet
Binary file not shown.
Binary file added
BIN
+53 Bytes
datafusion/sqllogictest/test_files/scratch/copy/format_table/VpTkOXMc9rWOchFu_0.json.gz
Binary file not shown.
Binary file added
BIN
+481 Bytes
...sqllogictest/test_files/scratch/copy/partitioned_table1/col2=Bar/9kGDYCDQ3TDOdJrK.parquet
Binary file not shown.
Binary file added
BIN
+481 Bytes
...sqllogictest/test_files/scratch/copy/partitioned_table1/col2=Foo/9kGDYCDQ3TDOdJrK.parquet
Binary file not shown.
Binary file added
BIN
+517 Bytes
...t/test_files/scratch/copy/partitioned_table2/column2=a/column3=x/L7SalLLAepp3cVim.parquet
Binary file not shown.
Binary file added
BIN
+517 Bytes
...t/test_files/scratch/copy/partitioned_table2/column2=b/column3=y/L7SalLLAepp3cVim.parquet
Binary file not shown.
Binary file added
BIN
+517 Bytes
...t/test_files/scratch/copy/partitioned_table2/column2=c/column3=z/L7SalLLAepp3cVim.parquet
Binary file not shown.
Binary file added
BIN
+459 Bytes
...t/test_files/scratch/copy/partitioned_table3/column1=1/column3=x/v1PvEZE9dDpDYW46.parquet
Binary file not shown.
Binary file added
BIN
+459 Bytes
...t/test_files/scratch/copy/partitioned_table3/column1=2/column3=y/v1PvEZE9dDpDYW46.parquet
Binary file not shown.
Binary file added
BIN
+459 Bytes
...t/test_files/scratch/copy/partitioned_table3/column1=3/column3=z/v1PvEZE9dDpDYW46.parquet
Binary file not shown.
Binary file added
BIN
+723 Bytes
...qllogictest/test_files/scratch/copy/partitioned_table4/column1=1/TPbPVMjxNOJo8rrn.parquet
Binary file not shown.
Binary file added
BIN
+723 Bytes
...qllogictest/test_files/scratch/copy/partitioned_table4/column1=2/TPbPVMjxNOJo8rrn.parquet
Binary file not shown.
Binary file added
BIN
+723 Bytes
...qllogictest/test_files/scratch/copy/partitioned_table4/column1=3/TPbPVMjxNOJo8rrn.parquet
Binary file not shown.
Binary file added
BIN
+1.72 KB
datafusion/sqllogictest/test_files/scratch/copy/struct_with_array/b7TBele6MQkzoU5t_0.parquet
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 @@ | ||
| 1,Foo | ||
| 2,Bar |
This file contains hidden or 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 @@ | ||
| {"col1":1,"col2":"Foo"} | ||
| {"col1":2,"col2":"Bar"} |
Binary file not shown.
Binary file added
BIN
+768 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table/TXLKihKmS6dwbjHz_0.parquet
Binary file not shown.
Binary file added
BIN
+768 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table/TXLKihKmS6dwbjHz_1.parquet
Binary file not shown.
Binary file added
BIN
+768 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table/kcXsg2MwcxuWrUfa_0.parquet
Binary file not shown.
Binary file added
BIN
+1002 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table_arrow/txAeHgUDvDOcahkZ_0.arrow
Binary file not shown.
Binary file added
BIN
+32 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table_csv/MJrt1yyAnmwblJRZ_0.csv.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
...fusion/sqllogictest/test_files/scratch/copy/table_csv_with_options/KouMFRaB6OvzjCNJ_0.csv
This file contains hidden or 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,3 @@ | ||
| col1;col2 | ||
| 1;Foo | ||
| 2;Bar |
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
datafusion/sqllogictest/test_files/scratch/copy/table_json/YkEunS6mAK2DzS9o_0.json
This file contains hidden or 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 @@ | ||
| {"col1":1,"col2":"Foo"} | ||
| {"col1":2,"col2":"Bar"} |
Binary file added
BIN
+53 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table_json_gz/UTWvij2wubBgouoD_0.json.gz
Binary file not shown.
Binary file added
BIN
+2.13 KB
datafusion/sqllogictest/test_files/scratch/copy/table_nested/gPwFsZ5Um0O0h3OJ_0.parquet
Binary file not shown.
Binary file added
BIN
+967 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table_nested2/ZExiqnNfVcIryflb_0.parquet
Binary file not shown.
Binary file added
BIN
+271 Bytes
datafusion/sqllogictest/test_files/scratch/copy/table_no_rows.parquet
Binary file not shown.
Binary file added
BIN
+782 Bytes
...usion/sqllogictest/test_files/scratch/copy/table_with_metadata/65BZathUlIIG1wcr_0.parquet
Binary file not shown.
Binary file added
BIN
+855 Bytes
...usion/sqllogictest/test_files/scratch/copy/table_with_metadata/gXkJTl1E6IfisEi6_0.parquet
Binary file not shown.
Binary file added
BIN
+781 Bytes
...usion/sqllogictest/test_files/scratch/copy/table_with_metadata/m0b0ImfMiKgORAkw_0.parquet
Binary file not shown.
Binary file added
BIN
+1.18 KB
...fusion/sqllogictest/test_files/scratch/copy/table_with_options/5W4K6NfsDYqtBSgH_0.parquet
Binary file not shown.
Binary file added
BIN
+473 Bytes
...t_files/scratch/create_external_table/bad_partitioning/p1=x/p2=y/UhLte5ttxm9NwvHf.parquet
Binary file not shown.
Binary file added
BIN
+470 Bytes
...tch/create_external_table/manual_partitioning/month=2024/year=03/ZMltXfNBPu7HkOzq.parquet
Binary file not shown.
Binary file added
BIN
+470 Bytes
...tch/create_external_table/manual_partitioning/year=2024/month=03/CcnXb3670dLphxJk.parquet
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
datafusion/sqllogictest/test_files/scratch/csv_files/csv_partitions/1.csv
This file contains hidden or 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 @@ | ||
| 1,aaa,100,1 | ||
| 2,bbb,200,1 | ||
| 3,ccc,300,1 | ||
| 4,ddd,400,1 |
4 changes: 4 additions & 0 deletions
4
datafusion/sqllogictest/test_files/scratch/csv_files/csv_partitions/2.csv
This file contains hidden or 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 @@ | ||
| 5,eee,500,2 | ||
| 6,fff,600,2 | ||
| 7,ggg,700,2 | ||
| 8,hhh,800,2 |
3 changes: 3 additions & 0 deletions
3
datafusion/sqllogictest/test_files/scratch/csv_files/file_with_comments.csv
This file contains hidden or 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,3 @@ | ||
| column1,column2 | ||
| #second line is a comment | ||
| 2,3 |
5 changes: 5 additions & 0 deletions
5
datafusion/sqllogictest/test_files/scratch/csv_files/table_with_double_quotes.csv
This file contains hidden or 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,5 @@ | ||
| c1,c2 | ||
| id0,"""value0""" | ||
| id1,"""value1""" | ||
| id2,"""value2""" | ||
| id3,"""value3""" |
5 changes: 5 additions & 0 deletions
5
datafusion/sqllogictest/test_files/scratch/csv_files/table_with_escaped_quotes.csv
This file contains hidden or 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,5 @@ | ||
| c1,c2 | ||
| id0,"#"value0#"" | ||
| id1,"#"value1#"" | ||
| id2,"#"value2#"" | ||
| id3,"#"value3#"" |
5 changes: 5 additions & 0 deletions
5
datafusion/sqllogictest/test_files/scratch/csv_files/table_with_necessary_quoting.csv
This file contains hidden or 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,5 @@ | ||
| int_col|string_col | ||
| 1|~e|e|e~ | ||
| 2|~f|f|f~ | ||
| 3|~g|g|g~ | ||
| 4|~h|h|h~ |
Binary file added
BIN
+519 Bytes
datafusion/sqllogictest/test_files/scratch/ddl/test_table/jpyzRfupT9c3Fs8Y_0.parquet
Binary file not shown.
Binary file added
BIN
+517 Bytes
...gictest/test_files/scratch/dictionary/part_dict_test/column1=bar/q4OXJzDWjm7oxAVp.parquet
Binary file not shown.
Binary file added
BIN
+526 Bytes
...gictest/test_files/scratch/dictionary/part_dict_test/column1=foo/q4OXJzDWjm7oxAVp.parquet
Binary file not shown.
Binary file added
BIN
+1.35 KB
...t/test_files/scratch/dynamic_file/arrow_partitions/partition_col=1/4UTgpIWvjgo3YdfY.arrow
Binary file not shown.
Binary file added
BIN
+1.35 KB
...t/test_files/scratch/dynamic_file/arrow_partitions/partition_col=2/izApggcORUzPc9Pg.arrow
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
...ctest/test_files/scratch/dynamic_file/csv_partitions/partition_col=1/CEbHQ5jJPBvyZRFQ.csv
This file contains hidden or 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,5 @@ | ||
| int_col,string_col,bigint_col | ||
| 1,aaa,100 | ||
| 2,bbb,200 | ||
| 3,ccc,300 | ||
| 4,ddd,400 |
5 changes: 5 additions & 0 deletions
5
...ctest/test_files/scratch/dynamic_file/csv_partitions/partition_col=2/YhkE7pQeNE9nkkeV.csv
This file contains hidden or 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,5 @@ | ||
| int_col,string_col,bigint_col | ||
| 5,eee,500 | ||
| 6,fff,600 | ||
| 7,ggg,700 | ||
| 8,hhh,800 |
4 changes: 4 additions & 0 deletions
4
...est/test_files/scratch/dynamic_file/json_partitions/partition_col=1/Up012XvC6WJPVh28.json
This file contains hidden or 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 @@ | ||
| {"int_col":1,"string_col":"aaa","bigint_col":100} | ||
| {"int_col":2,"string_col":"bbb","bigint_col":200} | ||
| {"int_col":3,"string_col":"ccc","bigint_col":300} | ||
| {"int_col":4,"string_col":"ddd","bigint_col":400} |
4 changes: 4 additions & 0 deletions
4
...est/test_files/scratch/dynamic_file/json_partitions/partition_col=2/SawIykjk0NuenfMR.json
This file contains hidden or 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 @@ | ||
| {"int_col":5,"string_col":"eee","bigint_col":500} | ||
| {"int_col":6,"string_col":"fff","bigint_col":600} | ||
| {"int_col":7,"string_col":"ggg","bigint_col":700} | ||
| {"int_col":8,"string_col":"hhh","bigint_col":800} |
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=1/string_col=aaa/edWVduDOPnfDdyfr.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=1/string_col=bbb/edWVduDOPnfDdyfr.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=1/string_col=ccc/edWVduDOPnfDdyfr.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=1/string_col=ddd/edWVduDOPnfDdyfr.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=2/string_col=eee/RuvyoBHgC1ElIe2X.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=2/string_col=fff/RuvyoBHgC1ElIe2X.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=2/string_col=ggg/RuvyoBHgC1ElIe2X.parquet
Binary file not shown.
Binary file added
BIN
+814 Bytes
...tch/dynamic_file/nested_partition/partition_col=2/string_col=hhh/RuvyoBHgC1ElIe2X.parquet
Binary file not shown.
Binary file added
BIN
+1.13 KB
...st_files/scratch/dynamic_file/parquet_partitions/partition_col=1/SJVQuStJuoH0x0jQ.parquet
Binary file not shown.
Binary file added
BIN
+1.13 KB
...st_files/scratch/dynamic_file/parquet_partitions/partition_col=2/I8A1piKWw6olAJza.parquet
Binary file not shown.
Binary file added
BIN
+697 Bytes
datafusion/sqllogictest/test_files/scratch/dynamic_filter_pushdown_config/agg_data.parquet
Binary file not shown.
Binary file added
BIN
+794 Bytes
datafusion/sqllogictest/test_files/scratch/dynamic_filter_pushdown_config/join_left.parquet
Binary file not shown.
Binary file added
BIN
+785 Bytes
datafusion/sqllogictest/test_files/scratch/dynamic_filter_pushdown_config/join_right.parquet
Binary file not shown.
Binary file added
BIN
+1.13 KB
datafusion/sqllogictest/test_files/scratch/dynamic_filter_pushdown_config/test_data.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
datafusion/sqllogictest/test_files/scratch/encrypted_parquet/QYNbLlpjBjeLE0le_0.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
datafusion/sqllogictest/test_files/scratch/encrypted_parquet/QYNbLlpjBjeLE0le_1.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
datafusion/sqllogictest/test_files/scratch/encrypted_parquet/QYNbLlpjBjeLE0le_2.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
datafusion/sqllogictest/test_files/scratch/encrypted_parquet/QYNbLlpjBjeLE0le_3.parquet
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
datafusion/sqllogictest/test_files/scratch/explain_tree/table1.csv
This file contains hidden or 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 @@ | ||
| column1,column2,column3,column4 | ||
| 1,foo,1,2023-01-01 | ||
| 2,bar,2,2023-01-02 | ||
| 3,baz,3,2023-01-03 |
Binary file added
BIN
+1.42 KB
datafusion/sqllogictest/test_files/scratch/explain_tree/table2.parquet
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
datafusion/sqllogictest/test_files/scratch/explain_tree/table4.json
This file contains hidden or 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,3 @@ | ||
| {"int_col":1,"string_col":"foo","bigint_col":1,"date_col":"2023-01-01"} | ||
| {"int_col":2,"string_col":"bar","bigint_col":2,"date_col":"2023-01-02"} | ||
| {"int_col":3,"string_col":"baz","bigint_col":3,"date_col":"2023-01-03"} |
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
datafusion/sqllogictest/test_files/scratch/group_by/timestamp_table/0.csv
This file contains hidden or 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,11 @@ | ||
| t1,c2 | ||
| 2020-12-10T00:00:00,0 | ||
| 2020-12-11T00:00:00,1 | ||
| 2020-12-12T00:00:00,2 | ||
| 2020-12-13T00:00:00,3 | ||
| 2020-12-14T00:00:00,4 | ||
| 2020-12-15T00:00:00,5 | ||
| 2020-12-16T00:00:00,6 | ||
| 2020-12-17T00:00:00,7 | ||
| 2020-12-18T00:00:00,8 | ||
| 2020-12-19T00:00:00,9 |
11 changes: 11 additions & 0 deletions
11
datafusion/sqllogictest/test_files/scratch/group_by/timestamp_table/1.csv
This file contains hidden or 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,11 @@ | ||
| t1,c2 | ||
| 2020-12-10T00:00:00,0 | ||
| 2020-12-11T00:00:00,1 | ||
| 2020-12-12T00:00:00,2 | ||
| 2020-12-13T00:00:00,3 | ||
| 2020-12-14T00:00:00,4 | ||
| 2020-12-15T00:00:00,5 | ||
| 2020-12-16T00:00:00,6 | ||
| 2020-12-17T00:00:00,7 | ||
| 2020-12-18T00:00:00,8 | ||
| 2020-12-19T00:00:00,9 |
11 changes: 11 additions & 0 deletions
11
datafusion/sqllogictest/test_files/scratch/group_by/timestamp_table/2.csv
This file contains hidden or 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,11 @@ | ||
| t1,c2 | ||
| 2020-12-10T00:00:00,0 | ||
| 2020-12-11T00:00:00,1 | ||
| 2020-12-12T00:00:00,2 | ||
| 2020-12-13T00:00:00,3 | ||
| 2020-12-14T00:00:00,4 | ||
| 2020-12-15T00:00:00,5 | ||
| 2020-12-16T00:00:00,6 | ||
| 2020-12-17T00:00:00,7 | ||
| 2020-12-18T00:00:00,8 | ||
| 2020-12-19T00:00:00,9 |
11 changes: 11 additions & 0 deletions
11
datafusion/sqllogictest/test_files/scratch/group_by/timestamp_table/3.csv
This file contains hidden or 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,11 @@ | ||
| t1,c2 | ||
| 2020-12-10T00:00:00,0 | ||
| 2020-12-11T00:00:00,1 | ||
| 2020-12-12T00:00:00,2 | ||
| 2020-12-13T00:00:00,3 | ||
| 2020-12-14T00:00:00,4 | ||
| 2020-12-15T00:00:00,5 | ||
| 2020-12-16T00:00:00,6 | ||
| 2020-12-17T00:00:00,7 | ||
| 2020-12-18T00:00:00,8 | ||
| 2020-12-19T00:00:00,9 |
Binary file added
BIN
+471 Bytes
datafusion/sqllogictest/test_files/scratch/insert/new_empty_table/tYFt8CEplQk4Krlb_0.parquet
Binary file not shown.
Binary file added
BIN
+746 Bytes
...test_files/scratch/insert_to_external/arrow_dict_partitioned/b=bar/gvnSpD9OpgQUNcL2.arrow
Binary file not shown.
Binary file added
BIN
+746 Bytes
...test_files/scratch/insert_to_external/arrow_dict_partitioned/b=foo/gvnSpD9OpgQUNcL2.arrow
Binary file not shown.
Binary file added
BIN
+815 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q0/14kJJl2whoCHmuFM_0.parquet
Binary file not shown.
Binary file added
BIN
+1.27 KB
...est_files/scratch/insert_to_external/external_parquet_table_q1/hjHRc4MS0pcmfcfV_0.parquet
Binary file not shown.
Binary file added
BIN
+1.01 KB
...est_files/scratch/insert_to_external/external_parquet_table_q2/KMK7wYW5QsoKhOAP_0.parquet
Binary file not shown.
Binary file added
BIN
+857 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q2/KMK7wYW5QsoKhOAP_1.parquet
Binary file not shown.
Binary file added
BIN
+1.1 KB
...est_files/scratch/insert_to_external/external_parquet_table_q2/KMK7wYW5QsoKhOAP_2.parquet
Binary file not shown.
Binary file added
BIN
+857 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q2/KMK7wYW5QsoKhOAP_3.parquet
Binary file not shown.
Binary file added
BIN
+487 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q3/J7dLrN2ZL0ARgyXc_0.parquet
Binary file not shown.
Binary file added
BIN
+775 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q4/66AyXzBLGn3ORW4q_0.parquet
Binary file not shown.
Binary file added
BIN
+775 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q4/BtdGdRlStUBcAzPn_0.parquet
Binary file not shown.
Binary file added
BIN
+750 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q4/b8MPC1jrKenOPEqP_0.parquet
Binary file not shown.
Binary file added
BIN
+831 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q5/7ZmjsmqsRupuae8j_0.parquet
Binary file not shown.
Binary file added
BIN
+765 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q5/gOWOkQxOWLl3qz2V_0.parquet
Binary file not shown.
Binary file added
BIN
+765 Bytes
...est_files/scratch/insert_to_external/external_parquet_table_q5/u1Jb7F3slDWeATKZ_0.parquet
Binary file not shown.
Binary file added
BIN
+1.55 KB
...est_files/scratch/insert_to_external/external_parquet_table_q6/IhoIhuaYtljV2ya4_0.parquet
Binary file not shown.
Binary file added
BIN
+1.55 KB
...est_files/scratch/insert_to_external/external_parquet_table_q6/WmZiKU8gxGj262CV_0.parquet
Binary file not shown.
Binary file added
BIN
+1.56 KB
...est_files/scratch/insert_to_external/external_parquet_table_q6/YsFffvjcFfAkUmsp_0.parquet
Binary file not shown.
Binary file added
BIN
+815 Bytes
...scratch/insert_to_external/external_versioned_parquet_table.v0/jIFSeAMUNTI7fDPb_0.parquet
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
...llogictest/test_files/scratch/insert_to_external/insert_to_ordered/MAUz6B2UQasjNmCw_0.csv
This file contains hidden or 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 @@ | ||
| a,b | ||
| 1,5 | ||
| 2,4 | ||
| 3,3 | ||
| 4,2 | ||
| 5,1 | ||
| 7,10 | ||
| 7,9 | ||
| 7,8 | ||
| 7,7 |
2 changes: 2 additions & 0 deletions
2
...st_files/scratch/insert_to_external/insert_to_partitioned/a=10/b=100/xhx0hF9GQxyt5r49.csv
This file contains hidden or 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 @@ | ||
| c | ||
| 1 |
2 changes: 2 additions & 0 deletions
2
...st_files/scratch/insert_to_external/insert_to_partitioned/a=10/b=200/xhx0hF9GQxyt5r49.csv
This file contains hidden or 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 @@ | ||
| c | ||
| 1 |
3 changes: 3 additions & 0 deletions
3
...st_files/scratch/insert_to_external/insert_to_partitioned/a=20/b=100/xhx0hF9GQxyt5r49.csv
This file contains hidden or 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,3 @@ | ||
| c | ||
| 1 | ||
| 2 |
3 changes: 3 additions & 0 deletions
3
...st_files/scratch/insert_to_external/insert_to_partitioned/a=20/b=200/xhx0hF9GQxyt5r49.csv
This file contains hidden or 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,3 @@ | ||
| c | ||
| 1 | ||
| 2 |
2 changes: 2 additions & 0 deletions
2
...st_files/scratch/insert_to_external/insert_to_partitioned/a=30/b=300/u3l2P52anQzcEZyC.csv
This file contains hidden or 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 @@ | ||
| c | ||
| 3 |
2 changes: 2 additions & 0 deletions
2
...est_files/scratch/insert_to_external/insert_to_partitioned_json/a=2/fl6RsXA0i8jREdCZ.json
This file contains hidden or 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 @@ | ||
| {"b":"1"} | ||
| {"b":"1"} |
2 changes: 2 additions & 0 deletions
2
...est_files/scratch/insert_to_external/insert_to_partitioned_json/a=4/fl6RsXA0i8jREdCZ.json
This file contains hidden or 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 @@ | ||
| {"b":"3"} | ||
| {"b":"3"} |
2 changes: 2 additions & 0 deletions
2
...est_files/scratch/insert_to_external/insert_to_partitioned_json/a=6/fl6RsXA0i8jREdCZ.json
This file contains hidden or 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 @@ | ||
| {"b":"5"} | ||
| {"b":"5"} |
Binary file added
BIN
+501 Bytes
...st_files/scratch/insert_to_external/insert_to_partitioned_pq/a=2/mRsLmCTAAXAjamIW.parquet
Binary file not shown.
Binary file added
BIN
+501 Bytes
...st_files/scratch/insert_to_external/insert_to_partitioned_pq/a=4/mRsLmCTAAXAjamIW.parquet
Binary file not shown.
Binary file added
BIN
+501 Bytes
...st_files/scratch/insert_to_external/insert_to_partitioned_pq/a=6/mRsLmCTAAXAjamIW.parquet
Binary file not shown.
Binary file added
BIN
+443 Bytes
...files/scratch/insert_to_external/parquet_types_partitioned/b=bar/VYmGlM0Bpo3nD3dn.parquet
Binary file not shown.
Binary file added
BIN
+443 Bytes
...files/scratch/insert_to_external/parquet_types_partitioned/b=foo/VYmGlM0Bpo3nD3dn.parquet
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
datafusion/sqllogictest/test_files/scratch/insert_to_external/single_csv_table.csv
This file contains hidden or 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 @@ | ||
| 1,2 | ||
| 3,4 | ||
| 4,5 | ||
| 6,7 |
This file contains hidden or 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,6 @@ | ||
| column1 | ||
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 |
Binary file not shown.
This file contains hidden or 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,6 @@ | ||
| column1 | ||
| 5 | ||
| 4 | ||
| 3 | ||
| 2 | ||
| 1 |
Binary file not shown.
Binary file added
BIN
+479 Bytes
...llogictest/test_files/scratch/listing_table_partitions/multi_part/a=1/b=100/file1.parquet
Binary file not shown.
Binary file added
BIN
+471 Bytes
...llogictest/test_files/scratch/listing_table_partitions/multi_part/a=1/b=200/file1.parquet
Binary file not shown.
Binary file added
BIN
+479 Bytes
...on/sqllogictest/test_files/scratch/listing_table_partitions/single_part/a=1/file1.parquet
Binary file not shown.
Binary file added
BIN
+471 Bytes
...on/sqllogictest/test_files/scratch/listing_table_partitions/single_part/a=1/file2.parquet
Binary file not shown.
Binary file added
BIN
+800 Bytes
datafusion/sqllogictest/test_files/scratch/listing_table_statistics/1.parquet
Binary file not shown.
Binary file added
BIN
+800 Bytes
datafusion/sqllogictest/test_files/scratch/listing_table_statistics/2.parquet
Binary file not shown.
Binary file added
BIN
+1.23 KB
datafusion/sqllogictest/test_files/scratch/parquet/binary_as_string.parquet
Binary file not shown.
Binary file added
BIN
+95.8 KB
datafusion/sqllogictest/test_files/scratch/parquet/cache_metadata.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=0/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=1/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=2/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=3/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=4/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=5/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=6/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=7/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=8/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file added
BIN
+737 Bytes
..._files/scratch/parquet/cache_metadata_partitioned.parquet/part=9/flToSANyMkIf0upt.parquet
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+648 Bytes
datafusion/sqllogictest/test_files/scratch/parquet/mixed_stats.parquet
Binary file not shown.
Binary file added
BIN
+1.42 KB
datafusion/sqllogictest/test_files/scratch/parquet/test_table/0.parquet
Binary file not shown.
Binary file added
BIN
+1.42 KB
datafusion/sqllogictest/test_files/scratch/parquet/test_table/1.parquet
Binary file not shown.
Binary file added
BIN
+1.42 KB
datafusion/sqllogictest/test_files/scratch/parquet/test_table/2.parquet
Binary file not shown.
Binary file added
BIN
+1.42 KB
datafusion/sqllogictest/test_files/scratch/parquet/test_table/subdir/3.parquet
Binary file not shown.
Binary file added
BIN
+999 Bytes
datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/array_data/data.parquet
Binary file not shown.
Binary file added
BIN
+1.22 KB
datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/data/1.parquet
Binary file not shown.
Binary file added
BIN
+1.24 KB
datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/data/2.parquet
Binary file not shown.
Binary file added
BIN
+432 Bytes
...ogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=a/file.parquet
Binary file not shown.
Binary file added
BIN
+432 Bytes
...ogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=b/file.parquet
Binary file not shown.
Binary file added
BIN
+442 Bytes
...ogictest/test_files/scratch/parquet_filter_pushdown/parquet_part_test/part=c/file.parquet
Binary file not shown.
Binary file added
BIN
+795 Bytes
datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/parquet_table/1.parquet
Binary file not shown.
Binary file added
BIN
+517 Bytes
datafusion/sqllogictest/test_files/scratch/parquet_filter_pushdown/parquet_table/2.parquet
Binary file not shown.
Binary file added
BIN
+2.96 KB
...gictest/test_files/scratch/parquet_sorted_statistics/test_table/partition_col=A/0.parquet
Binary file not shown.
Binary file added
BIN
+2.98 KB
...gictest/test_files/scratch/parquet_sorted_statistics/test_table/partition_col=B/1.parquet
Binary file not shown.
Binary file added
BIN
+2.97 KB
...gictest/test_files/scratch/parquet_sorted_statistics/test_table/partition_col=C/2.parquet
Binary file not shown.
Binary file added
BIN
+533 Bytes
datafusion/sqllogictest/test_files/scratch/parquet_statistics/test_table/0.parquet
Binary file not shown.
Binary file added
BIN
+526 Bytes
datafusion/sqllogictest/test_files/scratch/parquet_statistics/test_table/1.parquet
Binary file not shown.
Binary file added
BIN
+1.27 KB
datafusion/sqllogictest/test_files/scratch/preserve_file_partitioning/dimension/data.parquet
Binary file not shown.
Binary file added
BIN
+942 Bytes
...ion/sqllogictest/test_files/scratch/preserve_file_partitioning/fact/f_dkey=A/data.parquet
Binary file not shown.
Binary file added
BIN
+938 Bytes
...ion/sqllogictest/test_files/scratch/preserve_file_partitioning/fact/f_dkey=B/data.parquet
Binary file not shown.
Binary file added
BIN
+947 Bytes
...ion/sqllogictest/test_files/scratch/preserve_file_partitioning/fact/f_dkey=C/data.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
...test/test_files/scratch/preserve_file_partitioning/high_cardinality/f_dkey=A/data.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
...test/test_files/scratch/preserve_file_partitioning/high_cardinality/f_dkey=B/data.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
...test/test_files/scratch/preserve_file_partitioning/high_cardinality/f_dkey=C/data.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
...test/test_files/scratch/preserve_file_partitioning/high_cardinality/f_dkey=D/data.parquet
Binary file not shown.
Binary file added
BIN
+846 Bytes
...test/test_files/scratch/preserve_file_partitioning/high_cardinality/f_dkey=E/data.parquet
Binary file not shown.
Binary file added
BIN
+762 Bytes
datafusion/sqllogictest/test_files/scratch/projection/17513.parquet
Binary file not shown.
Binary file added
BIN
+549 Bytes
datafusion/sqllogictest/test_files/scratch/push_down_filter/17512.parquet
Binary file not shown.
Binary file added
BIN
+6.39 KB
datafusion/sqllogictest/test_files/scratch/push_down_filter/large_table.parquet
Binary file not shown.
Binary file added
BIN
+719 Bytes
datafusion/sqllogictest/test_files/scratch/push_down_filter/small_table.parquet
Binary file not shown.
Binary file added
BIN
+553 Bytes
datafusion/sqllogictest/test_files/scratch/push_down_filter/t.parquet
Binary file not shown.
Binary file added
BIN
+12.2 MB
datafusion/sqllogictest/test_files/scratch/push_down_filter/t1.parquet
Binary file not shown.
Binary file added
BIN
+24.4 MB
datafusion/sqllogictest/test_files/scratch/push_down_filter/t2.parquet
Binary file not shown.
Binary file added
BIN
+788 Bytes
...on/sqllogictest/test_files/scratch/push_down_filter/test_filter_with_limit/part-0.parquet
Binary file not shown.
Binary file added
BIN
+788 Bytes
...on/sqllogictest/test_files/scratch/push_down_filter/test_filter_with_limit/part-1.parquet
Binary file not shown.
Binary file added
BIN
+788 Bytes
...on/sqllogictest/test_files/scratch/push_down_filter/test_filter_with_limit/part-2.parquet
Binary file not shown.
Binary file added
BIN
+859 Bytes
datafusion/sqllogictest/test_files/scratch/repartition/parquet_table/2.parquet
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
datafusion/sqllogictest/test_files/scratch/repartition_scan/csv_table/1.csv
This file contains hidden or 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,6 @@ | ||
| column1 | ||
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 |
5 changes: 5 additions & 0 deletions
5
datafusion/sqllogictest/test_files/scratch/repartition_scan/json_table/1.json
This file contains hidden or 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,5 @@ | ||
| {"column1":1} | ||
| {"column1":2} | ||
| {"column1":3} | ||
| {"column1":4} | ||
| {"column1":5} |
Binary file added
BIN
+526 Bytes
datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/1.parquet
Binary file not shown.
Binary file added
BIN
+537 Bytes
datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet
Binary file not shown.
Binary file added
BIN
+990 Bytes
...ictest/test_files/scratch/repartition_subset_satisfaction/dimension/d_dkey=A/data.parquet
Binary file not shown.
Binary file added
BIN
+995 Bytes
...ictest/test_files/scratch/repartition_subset_satisfaction/dimension/d_dkey=B/data.parquet
Binary file not shown.
Binary file added
BIN
+1001 Bytes
...ictest/test_files/scratch/repartition_subset_satisfaction/dimension/d_dkey=C/data.parquet
Binary file not shown.
Binary file added
BIN
+1011 Bytes
...ictest/test_files/scratch/repartition_subset_satisfaction/dimension/d_dkey=D/data.parquet
Binary file not shown.
Binary file added
BIN
+942 Bytes
...qllogictest/test_files/scratch/repartition_subset_satisfaction/fact/f_dkey=A/data.parquet
Binary file not shown.
Binary file added
BIN
+938 Bytes
...qllogictest/test_files/scratch/repartition_subset_satisfaction/fact/f_dkey=B/data.parquet
Binary file not shown.
Binary file added
BIN
+947 Bytes
...qllogictest/test_files/scratch/repartition_subset_satisfaction/fact/f_dkey=C/data.parquet
Binary file not shown.
Binary file added
BIN
+778 Bytes
datafusion/sqllogictest/test_files/scratch/schema_evolution/parquet_table/1.parquet
Binary file not shown.
Binary file added
BIN
+501 Bytes
datafusion/sqllogictest/test_files/scratch/schema_evolution/parquet_table/2.parquet
Binary file not shown.
Binary file added
BIN
+723 Bytes
datafusion/sqllogictest/test_files/scratch/schema_evolution/parquet_table/3.parquet
Binary file not shown.
Binary file added
BIN
+1.1 KB
datafusion/sqllogictest/test_files/scratch/schema_evolution/parquet_table/4.parquet
Binary file not shown.
Binary file added
BIN
+864 Bytes
datafusion/sqllogictest/test_files/scratch/sort_pushdown/float_sorted.parquet
Binary file not shown.
Binary file added
BIN
+1.13 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/int_sorted.parquet
Binary file not shown.
Binary file added
BIN
+1.58 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/multi_month_sorted.parquet
Binary file not shown.
Binary file added
BIN
+2.86 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/multi_rg_sorted.parquet
Binary file not shown.
Binary file added
BIN
+858 Bytes
datafusion/sqllogictest/test_files/scratch/sort_pushdown/signed_sorted.parquet
Binary file not shown.
Binary file added
BIN
+1.14 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/sorted_data.parquet
Binary file not shown.
Binary file added
BIN
+1.03 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/sorted_multi/part1.parquet
Binary file not shown.
Binary file added
BIN
+1.03 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/sorted_multi/part2.parquet
Binary file not shown.
Binary file added
BIN
+1.04 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/sorted_multi/part3.parquet
Binary file not shown.
Binary file added
BIN
+1.23 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/timeseries_sorted.parquet
Binary file not shown.
Binary file added
BIN
+1.58 KB
datafusion/sqllogictest/test_files/scratch/sort_pushdown/timestamp_sorted.parquet
Binary file not shown.
Binary file added
BIN
+1.13 KB
datafusion/sqllogictest/test_files/scratch/topk/partial_sorted/1.parquet
Binary file not shown.
Binary file added
BIN
+995 Bytes
datafusion/sqllogictest/test_files/scratch/unnest/ordered_array.parquet
Binary file not shown.
Binary file added
BIN
+1.55 KB
datafusion/sqllogictest/test_files/scratch/unnest/ordered_struct.parquet
Binary file not shown.
Binary file added
BIN
+2.52 KB
datafusion/sqllogictest/test_files/scratch/unnest/ordered_struct_arrays.parquet
Binary file not shown.
Binary file added
BIN
+1.23 KB
datafusion/sqllogictest/test_files/scratch/unnest/ordered_tuples.parquet
Binary file not shown.
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like redundant for me