hubgeter commented on code in PR #65135:
URL: https://github.com/apache/doris/pull/65135#discussion_r3518300285
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/TableFormatType.java:
##########
@@ -20,6 +20,7 @@
public enum TableFormatType {
HIVE("hive"),
ICEBERG("iceberg"),
+ ICEBERG_POSITION_DELETES("iceberg_position_deletes"),
Review Comment:
这个主要是给 be 来区分 创建的是哪个 navtive reader 用的,用于让他创建
IcebergPositionDeleteSysTableReader ,我看看 能不能不改这个 TableFormatType
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]