JiajunBernoulli commented on a change in pull request #2710:
URL: https://github.com/apache/calcite/pull/2710#discussion_r802375814
##########
File path: core/src/main/java/org/apache/calcite/sql/SqlDialectFactoryImpl.java
##########
@@ -221,6 +221,8 @@
return VerticaSqlDialect.DEFAULT;
case SPARK:
return SparkSqlDialect.DEFAULT;
+ case SNOWFLAKE:
Review comment:
Good advice, I've changed it.
##########
File path: core/src/main/java/org/apache/calcite/sql/SqlDialect.java
##########
@@ -725,6 +725,11 @@ public boolean supportsAggregateFunction(SqlKind kind) {
return false;
}
+ /** Returns whether this dialect supports APPROX_COUNT_DISTINCT functions)}.
*/
Review comment:
done
--
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]