hackergin commented on code in PR #22939:
URL: https://github.com/apache/flink/pull/22939#discussion_r1268195677


##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java:
##########
@@ -2927,7 +2948,37 @@ private void convertTemporalTable(Blackboard bb, SqlCall 
call) {
 
         // convert inner query, could be a table name or a derived table
         SqlNode expr = snapshot.getTableRef();
-        convertFrom(bb, expr);
+        SqlNode tableRef = snapshot.getTableRef();
+        // Since we have simplified the SqlSnapshot in the validate phase, we 
only need to check

Review Comment:
   I mean reduce the period expression. 



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to