JiajunBernoulli commented on code in PR #3668:
URL: https://github.com/apache/calcite/pull/3668#discussion_r1477029166


##########
core/src/main/java/org/apache/calcite/sql/SqlDialectFactoryImpl.java:
##########
@@ -222,6 +223,8 @@ public class SqlDialectFactoryImpl implements 
SqlDialectFactory {
       return PhoenixSqlDialect.DEFAULT;
     case POSTGRESQL:
       return PostgresqlSqlDialect.DEFAULT;
+    case POSTGIS:

Review Comment:
   Is `POSTGIS` before `POSTGRESQL`?
   > I is before R



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to