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

feat: add output field mapping #78

Merged
merged 10 commits into from
Jul 19, 2023

Conversation

EpsilonPrime
Copy link
Member

@EpsilonPrime EpsilonPrime commented Jul 5, 2023

features:

  • updated the symbol table so that multiple symbols can share the same location
  • the root relation now contains both a relation symbol and a name structure symbol
  • moved commonly string search functions into a separate file
  • added EMIT
  • added aliases
  • added join types

fixes:

  • fixed root names sort order

features:
  * updated the symbol table so that multiple symbols can share the same location
  * the root relation now contains both a relation symbol and a name structure symbol
  * moved commonly string search functions into a separate file
  * added EMIT
  * added aliases
  * added join types
fixes:
  * fixed root names sort order
Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small changes, still working through this.

src/substrait/textplan/StructuredSymbolData.h Outdated Show resolved Hide resolved
src/substrait/textplan/StructuredSymbolData.h Outdated Show resolved Hide resolved
Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor changes. We might want to start collecting these TODO items somewhere other than the code. Otherwise, I think we can probably move forward with this.

Copy link
Member

@westonpace westonpace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing all the feedback!

@westonpace westonpace merged commit 0a71a2f into substrait-io:main Jul 19, 2023
2 checks passed
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.

2 participants