luoyuxia commented on code in PR #19520:
URL: https://github.com/apache/flink/pull/19520#discussion_r892241423
##########
flink-table/flink-sql-parser-hive/src/main/java/org/apache/flink/sql/parser/hive/ddl/SqlCreateHiveTable.java:
##########
@@ -50,7 +50,8 @@ public class SqlCreateHiveTable extends SqlCreateTable {
public static final String PK_CONSTRAINT_TRAIT =
"hive.pk.constraint.trait";
public static final String NOT_NULL_CONSTRAINT_TRAITS =
"hive.not.null.constraint.traits";
public static final String NOT_NULL_COLS = "hive.not.null.cols";
-
+ public static final String IS_INSERT_DIRECTORY = "is-insert-directory";
+ public static final String IS_TO_LOCAL_DIRECTORY = "is-to-local-directory";
Review Comment:
I think it's more intuitive with `is-to-local-directory`.
--
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]