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-274: Add NullableMapVector to support nullable maps #128

Closed
wants to merge 3 commits into from

Conversation

julienledem
Copy link
Member

No description provided.

@wesm
Copy link
Member

wesm commented Aug 30, 2016

Aside, has there been any more discussion in drill of removing the NullableTYPEVector distinction (i.e. having just one container type per vector)?

@julienledem
Copy link
Member Author

@wesm For now, I'm fixing the gaps between the spec and the java implementation. Once that's done, we can refactor and remove unnecessary layers.

int actualSize = super.getBufferSize();

Preconditions.checkArgument(expectedSize == actualSize, expectedSize + " != " + actualSize);
// int expectedSize = getBufferSize();
Copy link

Choose a reason for hiding this comment

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

Should we remove this method?

Copy link
Member Author

Choose a reason for hiding this comment

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

will do.

@hnfgns
Copy link

hnfgns commented Sep 6, 2016

+1. The patch looks good to me. Thanks for the works.

@asfgit asfgit closed this in 2d8ec78 Sep 6, 2016
@julienledem julienledem deleted the nullable_map branch September 9, 2016 21:08
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 2, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#128 from xhochy/parquet-643 and squashes the following commits:

6f18fca [Uwe L. Korn] PARQUET-643: Add const modifier to schema pointer reference in ParquetFileWriter
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 4, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#128 from xhochy/parquet-643 and squashes the following commits:

6f18fca [Uwe L. Korn] PARQUET-643: Add const modifier to schema pointer reference in ParquetFileWriter

Change-Id: I1e019444d6154785e062c195d9160e4dd8799a5a
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 6, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#128 from xhochy/parquet-643 and squashes the following commits:

6f18fca [Uwe L. Korn] PARQUET-643: Add const modifier to schema pointer reference in ParquetFileWriter

Change-Id: I1e019444d6154785e062c195d9160e4dd8799a5a
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 7, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#128 from xhochy/parquet-643 and squashes the following commits:

6f18fca [Uwe L. Korn] PARQUET-643: Add const modifier to schema pointer reference in ParquetFileWriter

Change-Id: I1e019444d6154785e062c195d9160e4dd8799a5a
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#128 from xhochy/parquet-643 and squashes the following commits:

6f18fca [Uwe L. Korn] PARQUET-643: Add const modifier to schema pointer reference in ParquetFileWriter

Change-Id: I1e019444d6154785e062c195d9160e4dd8799a5a
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