-
Notifications
You must be signed in to change notification settings - Fork 379
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
[Subtask] Support Expression system #5201
Comments
Can I work on this issue? |
I noticed that the file expressions/Literal.java includes the comment: For the Python client, which of these files should I implement? Should I focus on the new implementation in expressions/literals/, or is there a need to maintain compatibility with the deprecated interface? |
Another question: under the expressions folder, there are several subfolders like Could you confirm if all of these need to be converted into Python client interfaces, or are there specific ones I should focus on? |
…5646) ### What changes were proposed in this pull request? Implement expression from java, including: - Expression.java - FunctionExpression.java - NamedReference.java - UnparsedExpression.java - literals/ convert to python client, and add unit test for each class. ### Why are the changes needed? We need to support the expressions in python client Fix: #5201 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Need to pass all unit tests. --------- Co-authored-by: Xun <[email protected]>
…5646) ### What changes were proposed in this pull request? Implement expression from java, including: - Expression.java - FunctionExpression.java - NamedReference.java - UnparsedExpression.java - literals/ convert to python client, and add unit test for each class. ### Why are the changes needed? We need to support the expressions in python client Fix: #5201 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Need to pass all unit tests. --------- Co-authored-by: Xun <[email protected]>
Describe the subtask
Support Expression system
docs
related java issue: #600
Parent issue
#5198
The text was updated successfully, but these errors were encountered: