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

BaseJsonSerDe: DATE & TIMESTAMP types #124

Merged
merged 1 commit into from
May 24, 2017
Merged

BaseJsonSerDe: DATE & TIMESTAMP types #124

merged 1 commit into from
May 24, 2017

Conversation

randallwhitman
Copy link
Contributor

@randallwhitman randallwhitman commented May 9, 2017

#101 @SrinivasRIL
Requires Hive-0.12+ dependencies to build, but should execute OK on 0.11 and 0.10 versions. Alternate would be shims, or support timestamp only and not date which was introduced in v0.12 of Hive.

@randallwhitman randallwhitman added this to the v1.3 milestone May 9, 2017
@randallwhitman randallwhitman merged commit 3521b4f into master May 24, 2017
@randallwhitman randallwhitman modified the milestones: v1.3, v2.0 Nov 14, 2017

// {"attributes":{"when":147147147147}}
long epoch = 147147147147L;
java.sql.Date expected = new java.sql.Date(epoch);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Inconsistency: TestGeoJsonSerDe adjusts for time zone, but TestEsriJsonSerDe did not.

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.

None yet

2 participants