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 2019/12/30 03:02:49 UTC

[GitHub] [calcite] xy2953396112 commented on issue #1635: [CALCITE-3570] Support MutableSnapshot in MutableRel

xy2953396112 commented on issue #1635: [CALCITE-3570] Support MutableSnapshot in MutableRel
URL: https://github.com/apache/calcite/pull/1635#issuecomment-569569291
 
 
   > Can you explain in what scenario `MutableSnapshot` is needed ? Since it's not supported in SubstitutionVisitor at this moment.
   
   i think it should be supported.
   such as:
   query:
   `SELECT * FROM emps FOR SYSTEM_TIME AS OF TIMESTAMP '2019-12-30 12:34:56'`
   mv:
   `SELECT * FROM emps FOR SYSTEM_TIME AS OF TIMESTAMP '2019-12-30 12:34:56'`
   
   in this case, it should be matched. How do you think ?

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