-
Notifications
You must be signed in to change notification settings - Fork 189
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
[Coral-Trino] Fix substr start index issue #434
Conversation
Hi @wmoustafa can help have a review? Thanks |
@wmoustafa @findepi can have a look? |
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.
Thank you @jerryleooo for this PR!
coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/CoralToTrinoSqlCallConverter.java
Outdated
Show resolved
Hide resolved
coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/CoralToTrinoSqlCallConverter.java
Show resolved
Hide resolved
coral-trino/src/test/java/com/linkedin/coral/trino/rel2trino/HiveToTrinoConverterTest.java
Show resolved
Hide resolved
And I think |
Thank @ljfgem for reviewing, I have fixed all the issues mentioned and added |
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
@ljfgem Gentle reminder. |
@ljfgem is this pending anything or can we merge? |
@jerryleooo @ebyhr new version with the fix 2.2.23 has been released. Thanks for your contributions. |
This reverts commit a51a0db.
…inkedin#492) * Revert "[Coral-Trino] Fix substr start index issue (linkedin#434)" This reverts commit a51a0db. * upgrade version to publish * fix tests and stylecheck
What changes are proposed in this pull request, and why are they necessary?
Fix #433
How was this patch tested?
Modify the existing unit tests accordingly.