We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d545df8 commit 3550592Copy full SHA for 3550592
gensrc/thrift/PlanNodes.thrift
@@ -553,8 +553,10 @@ struct TDataGenScanRange {
553
554
// deprecated
555
struct TIcebergMetadataParams {
556
- 1: optional string serialized_task
557
- 2: optional map<string, string> hadoop_props
+ 1: optional Types.TIcebergQueryType iceberg_query_type
+ 2: optional string catalog
558
+ 3: optional string database
559
+ 4: optional string table
560
}
561
562
gensrc/thrift/Types.thrift
@@ -755,6 +755,11 @@ enum TMetadataType {
755
PAIMON
756
757
758
+// deprecated
759
+enum TIcebergQueryType {
760
+ SNAPSHOTS
761
+}
762
+
763
enum THudiQueryType {
764
TIMELINE
765
0 commit comments