[go: up one dir, main page]

JavaScript is turned off

Review Board requires JavaScript in order to function. Please turn it on in your browser preferences.

Firefox users: if you prefer to turn on JavaScript only for specific sites, we recommend the NoScript extension.

DRILL-1980

Review Request #34064 - Created May 11, 2015 and updated

Information
Mehant Baid
drill-git
Reviewers
drill-git
jaltekruse

Add support for being able to perform CTAS with interval data type.
Also add support to be able to read interval type from parquet

Added unit tests

Jason Altekruse

It would be nice to confirm that the files we are producing give the correct values when read with other tools, but after taking a look at both the Impala docs and the parquet-mr codebase it doesn't look like anyone else has implemented it. It does look like we're writing it in the correct format as described in the spec. As we will be writing data with it, external confirmation of accuracy would be nice to have. We should probably open a JIRA for testing it once it is added to parquet-mr or the c++ reader based on impala.

Loading...