zinking commented on a change in pull request #706: [CALCITE-2302] Implicit
type cast support
URL: https://github.com/apache/calcite/pull/706#discussion_r309487624
##########
File path:
core/src/main/java/org/apache/calcite/jdbc/CalciteConnectionImpl.java
##########
@@ -471,9 +471,9 @@ private SqlAdvisor getSqlAdvisor() {
: ImmutableList.of(schemaName);
final SqlValidatorWithHints validator =
new SqlAdvisorValidator(SqlStdOperatorTable.instance(),
- new CalciteCatalogReader(rootSchema,
- schemaPath, typeFactory, con.config()),
- typeFactory, SqlConformanceEnum.DEFAULT);
+ new CalciteCatalogReader(rootSchema, schemaPath, typeFactory,
con.config()),
Review comment:
anything changed here ?
----------------------------------------------------------------
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