tsreaper commented on code in PR #6519:
URL: https://github.com/apache/paimon/pull/6519#discussion_r2488862920


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -1121,12 +1121,6 @@ public InlineElement getDescription() {
                     .withDescription(
                             "Define partition by table options, cannot define 
partition on DDL and table options at the same time.");
 
-    public static final ConfigOption<LookupLocalFileType> 
LOOKUP_LOCAL_FILE_TYPE =
-            key("lookup.local-file-type")
-                    .enumType(LookupLocalFileType.class)

Review Comment:
   Also remove this enum class from `CoreOptions`.



-- 
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]

Reply via email to