You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/01/22 03:38:15 UTC

[GitHub] [calcite] danny0405 commented on issue #1772: [CALCITE-3744] Duplicate rule matches when RelSet gets merged

danny0405 commented on issue #1772: [CALCITE-3744] Duplicate rule matches when RelSet gets merged
URL: https://github.com/apache/calcite/pull/1772#issuecomment-576993309
 
 
   > @vlsi
   > SELECT * FROM TABLE(Ramp(3, 4))
   > when i enter this query in sqlline in apache calcite i am getting error as
   > No match found for function signature RAMP(, ) (state=,code=0)
   
   You can not select from a user_defined table function directly, you can join it with another table.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services