Skip to content

Commit

Permalink
Add missing fields for FileScanExecConf, like output_ordering and con…
Browse files Browse the repository at this point in the history
…fig_options
  • Loading branch information
kyotoYaho committed Dec 16, 2022
1 parent 6c68b5a commit b575f93
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 1,420 deletions.
7 changes: 7 additions & 0 deletions datafusion/proto/proto/datafusion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,13 @@ message FileScanExecConf {
Statistics statistics = 6;
repeated string table_partition_cols = 7;
string object_store_url = 8;
repeated PhysicalSortExprNode output_ordering = 9;
repeated ConfigOption options = 10;
}

message ConfigOption {
string key = 1;
ScalarValue value = 2;
}

message ParquetScanExecNode {
Expand Down
Loading

0 comments on commit b575f93

Please sign in to comment.