diqiu50 commented on code in PR #11349:
URL: https://github.com/apache/gravitino/pull/11349#discussion_r3363259046
##########
flink-connector/flink-common/src/main/java/org/apache/gravitino/flink/connector/paimon/GravitinoPaimonCatalog.java:
##########
@@ -103,6 +108,25 @@ protected AbstractCatalog realCatalog() {
// DDL — route through Gravitino (single source of truth)
//
---------------------------------------------------------------------------
+ @Override
+ protected List<String> viewDialectFallbackOrder() {
+ return Arrays.asList(Dialects.FLINK, Dialects.QUERY_DIALECT);
Review Comment:
added
--
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]