Skip to content

Commit c772d6a

Browse files
committed
Add missing fields for FileScanExecConf, like output_ordering and config_options
1 parent 1c7de59 commit c772d6a

File tree

6 files changed

+330
-1420
lines changed

6 files changed

+330
-1420
lines changed

datafusion/proto/proto/datafusion.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,13 @@ message FileScanExecConf {
11391139
Statistics statistics = 6;
11401140
repeated string table_partition_cols = 7;
11411141
string object_store_url = 8;
1142+
repeated PhysicalSortExprNode output_ordering = 9;
1143+
repeated ConfigOption options = 10;
1144+
}
1145+
1146+
message ConfigOption {
1147+
string key = 1;
1148+
ScalarValue value = 2;
11421149
}
11431150

11441151
message ParquetScanExecNode {

0 commit comments

Comments
 (0)