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/13 08:17:52 UTC

[GitHub] [calcite] jinxing64 opened a new pull request #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical t…

jinxing64 opened a new pull request #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical t…
URL: https://github.com/apache/calcite/pull/1753
 
 
   …o join condition (Jin Xing)
   
   https://issues.apache.org/jira/browse/CALCITE-3727
   We need to check if `aboveFilters` gets changed from `origAboveFilters` in `FilterJoinRule#perform`

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

[GitHub] [calcite] 34venu commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical t…

Posted by GitBox <gi...@apache.org>.
34venu commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical t…
URL: https://github.com/apache/calcite/pull/1753#issuecomment-573572619
 
 
   How to execute table functions in calcite?? For eg.select * from table(s.multiplication(5,6,5));

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

[GitHub] [calcite] jinxing64 edited a comment on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)

Posted by GitBox <gi...@apache.org>.
jinxing64 edited a comment on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)
URL: https://github.com/apache/calcite/pull/1753#issuecomment-573622755
 
 
   @34venu 
   Yes, you can refer to org.apache.calcite.test.TableFunctionTest ~
   If you have further questions, please go to calcite mailing list dev@calcite.apache.org

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

[GitHub] [calcite] jinxing64 commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)

Posted by GitBox <gi...@apache.org>.
jinxing64 commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)
URL: https://github.com/apache/calcite/pull/1753#issuecomment-573621038
 
 
   Thanks a lot, @vlsi ~

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

[GitHub] [calcite] 34venu commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)

Posted by GitBox <gi...@apache.org>.
34venu commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)
URL: https://github.com/apache/calcite/pull/1753#issuecomment-574075024
 
 
   i have referred the TableFunctionTest and i have run the query 
   select * from table(s.multiplication(5,6,5));
   but i am getting the exception as "no match found for function signature multiplication(numeric,numeric,numeric)"
   Is there any different calcite connection to run this query?

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

[GitHub] [calcite] jinxing64 commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)

Posted by GitBox <gi...@apache.org>.
jinxing64 commented on issue #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)
URL: https://github.com/apache/calcite/pull/1753#issuecomment-573622755
 
 
   @34venu 
   Yes, you can refer to org.apache.calcite.test.TableFunctionTest ~
   If you have further questions, please to to calcite mailing list dev@calcite.apache.org

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

[GitHub] [calcite] vlsi merged pull request #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)

Posted by GitBox <gi...@apache.org>.
vlsi merged pull request #1753: [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing)
URL: https://github.com/apache/calcite/pull/1753
 
 
   

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