dssysolyatin commented on code in PR #2819:
URL: https://github.com/apache/calcite/pull/2819#discussion_r888740933


##########
core/src/main/java/org/apache/calcite/config/CalciteConnectionConfig.java:
##########
@@ -110,4 +110,6 @@ public interface CalciteConnectionConfig extends 
ConnectionConfig {
   boolean lenientOperatorLookup();
   /** Returns the value of {@link CalciteConnectionProperty#TOPDOWN_OPT}. */
   boolean topDownOpt();
+  /** Returns the value of {@link 
CalciteConnectionProperty#TYPE_COERCION_STRING_TO_ARRAY}. */
+  boolean typeCoercionStringToArray();

Review Comment:
   I have moved it to conformance.



##########
babel/src/test/resources/sql/postgresql.iq:
##########
@@ -0,0 +1,59 @@
+# postgresql.iq - Babel test for Postgresql dialect of SQL

Review Comment:
   Fixed.



-- 
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]

Reply via email to