-
Notifications
You must be signed in to change notification settings - Fork 3k
Refactor the SparkOrcWriter by using OrcSchemaWithTypeVisitor#visit #1238
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
Conversation
|
Rebase to fix the conflicts, and trigger the travis test. |
| return DoubleWriter.INSTANCE; | ||
| } | ||
|
|
||
| public static SparkOrcValueWriter byteArray() { |
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.
Nit: this is the only one that isn't plural, byteArrays.
|
+1 I think this looks good, but @rdsr or @shardulm94 may want to take a look also. |
|
Ping @rdsr @shardulm94 for reviewing. Thanks. |
|
Thanks @openinx . Looking into it today |
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.
LG @openinx! Minor comments on timestamp handling.
rdsr
left a comment
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.
+1
…pache#1238) * Refactor the SparkOrcWriter by using OrcSchemaWithTypeVisitor
This patch addressed the issues from #1236. Once patch
#1197get merged, I will do a git-rebase and it will only remain the spark orc writer changes.