-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Conversation
50a2dae
to
8780f48
Compare
Aside, has there been any more discussion in drill of removing the |
@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(); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do.
+1. The patch looks good to me. Thanks for the works. |
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
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
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
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
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
No description provided.