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