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

fix: usr: #77 Handle 'real' datatype in QuboleDB #78

Merged
merged 1 commit into from
May 20, 2016

Conversation

adeshr
Copy link
Contributor

@adeshr adeshr commented May 19, 2016

No description provided.

@@ -77,7 +77,8 @@
.put(Primitive.DOUBLE.primitiveClass.getSimpleName(), Types.DOUBLE)
.put("date", Types.DATE)
.put("time", Types.TIMESTAMP)
.put("boolean", Types.BOOLEAN).build();
.put("boolean", Types.BOOLEAN)
.put("real", Types.FLOAT).build();
Copy link
Contributor

Choose a reason for hiding this comment

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

real can map to either double or float depending on data source. For redshift though it maps to float. So can you move this to Redshift specific file ?

@vrajat vrajat modified the milestone: Sprint 6 May 20, 2016
@amoghmargoor amoghmargoor merged commit b6f68dd into qubole:master May 20, 2016
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