Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing) #1753

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

jinxing64
Copy link
Contributor

@jinxing64 jinxing64 commented Jan 13, 2020

https://issues.apache.org/jira/browse/CALCITE-3727
We need to check if aboveFilters gets changed from origAboveFilters in FilterJoinRule#perform

@34venu
Copy link

34venu commented Jan 13, 2020

How to execute table functions in calcite?? For eg.select * from table(s.multiplication(5,6,5));

@vlsi vlsi changed the title [CALCITE-3729] Filters failed to be pushed down when it's identical t… [CALCITE-3729] Filters failed to be pushed down when it's identical to join condition (Jin Xing) Jan 13, 2020
@vlsi vlsi merged commit dfd8da6 into apache:master Jan 13, 2020
@jinxing64
Copy link
Contributor Author

Thanks a lot, @vlsi ~

@jinxing64 jinxing64 deleted the CALCITE-3729 branch January 13, 2020 11:33
@jinxing64
Copy link
Contributor Author

jinxing64 commented Jan 13, 2020

@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

@34venu
Copy link

34venu commented Jan 14, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants