yanlin-Lynn commented on issue #1565: [CALCITE-3481] Support convert 
TableFunctionScan to SqlNode
URL: https://github.com/apache/calcite/pull/1565#issuecomment-552307850
 
 
   > Can you add one more test case:
   > SELECT * FROM TABLE(table_function(TABLE table_name))?
   > 
   > Is this test case relevant to your change? My understanding is this test 
case will also create TableFunctionScan.
   
   hi, @amaliujia , thanks for review !
   For `SELECT * FROM TABLE(table_function(TABLE table_name))`
   do you mean `SELECT * FROM TABLE(table_function(parameter))` ? ,
   like `select * from table(ramp(3))`

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

Reply via email to