-
Notifications
You must be signed in to change notification settings - Fork 109
More testing for the sql-api & enable custom calcite models for TableScanVisitor #518
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
Conversation
kbeedkar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Show resolved
Hide resolved
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Show resolved
Hide resolved
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Show resolved
Hide resolved
...ng-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/utils/ModelParser.java
Show resolved
Hide resolved
...pi-sql/src/main/java/org/apache/wayang/api/sql/calcite/converter/WayangTableScanVisitor.java
Outdated
Show resolved
Hide resolved
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Outdated
Show resolved
Hide resolved
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Outdated
Show resolved
Hide resolved
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Outdated
Show resolved
Hide resolved
wayang-api/wayang-api-sql/src/test/java/org/apache/wayang/api/sql/SqlToWayangRelTest.java
Show resolved
Hide resolved
|
Any thoughts on the integration tests failing? I don't think I've changed anything there, and I don't really have time to fix something in other packages, so unless anyone has an idea I'm gonna close the pr. |
|
https://github.com/apache/incubator-wayang/actions/runs/14059491615/job/39366656064?pr=518#step:7:4464 - Tensorflow with a conflicting pattern. @zkaoudi - can you have a look? |
|
It doesn't seem like a Tensorflow error. Is it? Sth with the cardinality estimations, right? |
|
with #522 can we review this merge? |
I've added a bunch of tests that tests common sql queries that aren't yet supported in the sql-api,
I've left them commented so it doesn't discourage people from pushing working commits yet. I'll have some implementations coming from my personal fork once I verify they are working on 1.0.