sonam-vend commented on a change in pull request #14035:
URL: https://github.com/apache/beam/pull/14035#discussion_r591518873



##########
File path: 
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/SqlOperators.java
##########
@@ -266,7 +275,7 @@ public SqlSyntax getSyntax() {
     };
   }
 
-  private static RelDataType createSqlType(SqlTypeName typeName, boolean 
withNullability) {
+  public static RelDataType createSqlType(SqlTypeName typeName, boolean 
withNullability) {

Review comment:
       It was mistakenly done, reverted it to the private.




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


Reply via email to