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

Better rendering of expressions #10

Open
westonpace opened this issue Apr 27, 2023 · 0 comments
Open

Better rendering of expressions #10

westonpace opened this issue Apr 27, 2023 · 0 comments

Comments

@westonpace
Copy link
Contributor

Issue by westonpace
Wednesday Mar 15, 2023 at 13:06 GMT
Originally opened as sanjibansg/substrait-fiddle#8


Currently, if I put in the query SELECT add(l_linenumber, 2) FROM lineitem then the expression is serialized (if you click on the project node you will see this in the list of properties) as:

expressions[0] | (l_orderkey,2)

The column is wrong (l_orderkey instead of l_linenumber) and the function is missing. Ideally, it would be nicer to have:

expressions[0] | add(l_linenumber,2)
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

No branches or pull requests

1 participant