-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-4985] [SQL] parquet support for date type #3822
Conversation
Test build #24856 has started for PR 3822 at commit
|
Test build #24856 has finished for PR 3822 at commit
|
Test PASSed. |
0ebe356
to
b3ec9b0
Compare
Test build #27084 has started for PR 3822 at commit
|
Test build #27084 has finished for PR 3822 at commit
|
Test PASSed. |
b3ec9b0
to
64cc041
Compare
Test build #27937 has started for PR 3822 at commit
|
Test build #27937 has finished for PR 3822 at commit
|
Test PASSed. |
HIVE-8119 have been merged into hive trunk. I'll test my patch based on that. |
I have tested my code with hive trunk, it is compatible. |
This looks pretty good to me. Can you add a test that actually exercises the read/write path? |
Test build #28777 has started for PR 3822 at commit
|
Test build #28777 has finished for PR 3822 at commit
|
Test PASSed. |
Sorry, looks like this has conflicts again. :( I would love to include it in 1.3.1 if you have time to update soon! :) |
d41fb0c
to
2c5d54d
Compare
rebased |
Test build #28966 has started for PR 3822 at commit
|
Test build #28966 has finished for PR 3822 at commit
|
Test PASSed. |
This PR might have some issues with #3732 , and this would have merge conflicts with #3820 so the review can be delayed till that 2 were merged. Author: Daoyuan Wang <[email protected]> Closes #3822 from adrian-wang/parquetdate and squashes the following commits: 2c5d54d [Daoyuan Wang] add a test case faef887 [Daoyuan Wang] parquet support for primitive date 97e9080 [Daoyuan Wang] parquet support for date type (cherry picked from commit 4659468) Signed-off-by: Cheng Lian <[email protected]>
Thanks! Merged into master and branch-1.3. |
This PR might have some issues with #3732 ,
and this would have merge conflicts with #3820 so the review can be delayed till that 2 were merged.