You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datafusion/proto/proto/datafusion.proto
+1-74Lines changed: 1 addition & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -1330,77 +1330,4 @@ message ColumnStats {
1330
1330
ScalarValuemax_value=2;
1331
1331
uint32null_count=3;
1332
1332
uint32distinct_count=4;
1333
-
}
1334
-
1335
-
messagePartitionLocation {
1336
-
// partition_id of the map stage who produces the shuffle.
1337
-
uint32map_partition_id=1;
1338
-
// partition_id of the shuffle, a composition of(job_id + map_stage_id + partition_id).
1339
-
PartitionIdpartition_id=2;
1340
-
ExecutorMetadataexecutor_meta=3;
1341
-
PartitionStatspartition_stats=4;
1342
-
stringpath=5;
1343
-
}
1344
-
1345
-
// Unique identifier for a materialized partition of data
1346
-
messagePartitionId {
1347
-
stringjob_id=1;
1348
-
uint32stage_id=2;
1349
-
uint32partition_id=4;
1350
-
}
1351
-
1352
-
// Used by scheduler
1353
-
messageExecutorMetadata {
1354
-
stringid=1;
1355
-
stringhost=2;
1356
-
uint32port=3;
1357
-
uint32grpc_port=4;
1358
-
ExecutorSpecificationspecification=5;
1359
-
}
1360
-
1361
-
// Used by grpc
1362
-
messageExecutorRegistration {
1363
-
stringid=1;
1364
-
// "optional" keyword is stable in protoc 3.15 but prost is still on 3.14 (see https://github.com/tokio-rs/prost/issues/430 and https://github.com/tokio-rs/prost/pull/455)
1365
-
// this syntax is ugly but is binary compatible with the "optional" keyword (see https://stackoverflow.com/questions/42622015/how-to-define-an-optional-field-in-protobuf-3)
0 commit comments