xy2953396112 commented on a change in pull request #1716: [CALCITE-3593]
RelToSqlConverter fails to wrap a new SqlSelect for HAVING clause when
isHavingAlias is true
URL: https://github.com/apache/calcite/pull/1716#discussion_r362743142
##########
File path:
core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java
##########
@@ -192,6 +194,14 @@ public BigQuerySqlDialect(SqlDialect.Context context) {
}
}
+ @Override public SqlConformance getConformance() {
+ return new SqlAbstractConformance() {
+ @Override public boolean isHavingAlias() {
Review comment:
only for BigQuerySqlDialect ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services