asfimport
asfimport
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-137?#comment-14220135) / @rdblue: Thanks for looking at this, Christian! Brock is right that NanoTime is for demo purposes only. In fact, I wouldn't recommend building your own copy of...
[Christian Rolf](https://issues.apache.org/jira/browse/PARQUET-137?#comment-14518979) / @ccrolf: Thanks for the feedback! Sorry I didn't have time to look into this further for a long time. Looks like Parquet format 2 will have totally...
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-137?#comment-14519683) / @rdblue: Yeah, there's definitely value in making Pig work with the dates and times from the spec. Does Pig have date and time types as well?
[Christian Rolf](https://issues.apache.org/jira/browse/PARQUET-137?#comment-14529073) / @ccrolf: Ok, will try to find time for it, Pig uses Joda time internally: http://pig.apache.org/docs/r0.14.0/basic.html#data-types
[Oleksiy Sayankin](https://issues.apache.org/jira/browse/PARQUET-137?#comment-15594804): Fixed joda-time scope and version in dependences.
[Oleksiy Sayankin](https://issues.apache.org/jira/browse/PARQUET-137?#comment-15594884): Tested fix with Pig and Hive **STEP 1: Create parquet data in Hive** ```sql CREATE TABLE IF NOT EXISTS `test` (id int); CREATE External TABLE `pig` ( `campaignid`...
[Oleksiy Sayankin](https://issues.apache.org/jira/browse/PARQUET-137?#comment-15702770): Hi all! Can any body review the patch and apply it? Our customer is suffering... Thanks in advance.
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-137?#comment-15702796) / @rdblue: Thanks, `[~osayankin]`! I didn't realize there was a patch to review here. We'll take a look. Could you open a pull request on github for this?
[Oleksiy Sayankin](https://issues.apache.org/jira/browse/PARQUET-137?#comment-15705369): Hi @rdblue. I am not a contributor at https://github.com/Parquet/parquet-mr so I can not create a separate branch and hence a pull request for merge: not enough permissions. Well,...
[Oleksiy Sayankin](https://issues.apache.org/jira/browse/PARQUET-137?#comment-15705389): PS: I expected that patch will be applied automatically if it is well formatted. I waited something like this PARQUET-[.][-].patch