Skip to content

Conversation

@julienledem
Copy link
Member

No description provided.

@Override public MinorType visit(Time type) {
if (type.getUnit() != TimeUnit.MILLISECOND || type.getBitWidth() != 32) {
throw new IllegalArgumentException("Only milliseconds on 32 bits supported for now: " + type);
}
Copy link
Member

Choose a reason for hiding this comment

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

Will you need to do something like what was done with timestamps for multiple unit support?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I was thinking of doing it as a follow up. I think we need to change a little bit the notion of MinorType to avoid generating too many vector classes.

@BryanCutler
Copy link
Member

LGTM

@asfgit asfgit closed this in a8bf0fb Mar 21, 2017
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
I will fix the underlying issue in Arrow but this fixes the issue so we can get a 1.3.1 release out soon.

Author: Korn, Uwe <Uwe.Korn@blue-yonder.com>

Closes apache#407 from xhochy/PARQUET-1121 and squashes the following commits:

85223b9 [Korn, Uwe] PARQUET-1121: Handle Dictionary[Null] arrays on writing Arrow tables

Change-Id: I494817d655d9031b4d6a1ea098abe8205894e337
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
Author: Julien Le Dem <julien@dremio.com>

Closes apache#407 from julienledem/time_md and squashes the following commits:

3f721e2 [Julien Le Dem] ARROW-673: [Java] Support additional Time metadata
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.

3 participants