snuyanzin commented on code in PR #27461:
URL: https://github.com/apache/flink/pull/27461#discussion_r2718856762


##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -776,7 +776,7 @@ private static int calculatePermuteOffset(List<SqlNode> 
selectItems) {
         return 0;
     }
 
-    private SqlNode maybeCast(SqlNode node, RelDataType currentType, 
RelDataType desiredType) {
+    protected SqlNode maybeCast(SqlNode node, RelDataType currentType, 
RelDataType desiredType) {

Review Comment:
   this change has already been committed to Calcite and will come with future 
updates
    
https://github.com/apache/calcite/commit/f6271b79c2253986c90632552d8e644bc64683d5



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