You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:58:37 UTC

[GitHub] [arrow-datafusion] adsharma commented on issue #533: Add extension plugin to parse SQL into logical plan

adsharma commented on issue #533:
URL: https://github.com/apache/arrow-datafusion/issues/533#issuecomment-859977886


   > select * from t version as of n
   
   Is preventing a query such as the following desirable?
   
   ```
   select * from t1 version as of n1
   union  all
   select * from t2 version as of n2
   ```
   
   or is this by design?


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