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

ARROW-14173: [IR] Allow typed null literals to be represented #11271

Closed
wants to merge 6 commits into from

Conversation

cpcloud
Copy link
Contributor

@cpcloud cpcloud commented Sep 29, 2021

No description provided.

@cpcloud cpcloud requested a review from bkietz September 29, 2021 16:52
@github-actions
Copy link

Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

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

To avoid repetition of information in Literal::type, we should also remove fields

  • DurationLiteral::unit (and all other unit fields from the temporal literals)
  • TimestampLiteral::timezone
  • StructLiteralField::name (field names are part of a struct type)
  • DecimalLiteral::scale, precision
  • FixedSizeBinaryLiteral::size

@cpcloud cpcloud requested a review from bkietz September 29, 2021 18:24
@bkietz bkietz closed this in 86eea9c Oct 4, 2021
ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
Closes apache#11271 from cpcloud/ARROW-14173

Authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants