mchades commented on code in PR #11189:
URL: https://github.com/apache/gravitino/pull/11189#discussion_r3296210246
##########
flink-connector/flink-common/src/main/java/org/apache/gravitino/flink/connector/hive/GravitinoHiveCatalog.java:
##########
@@ -94,12 +102,23 @@ protected AbstractCatalog realCatalog() {
return hiveCatalog;
}
+ /** {@inheritDoc} Returns {@link Dialects#HIVE} for Hive catalog views. */
+ @Override
+ protected String preferredDialect() {
+ return Dialects.HIVE;
Review Comment:
here should return Flink dialect
--
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]