[GitHub] orc issue #128: ORC-178 Implement Basic C++ Writer and Writer Option

2017-06-15 Thread majetideepak
Github user majetideepak commented on the issue:

https://github.com/apache/orc/pull/128
  
@xndai Unfortunately, I don't have access to merge yet.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ORC-203) Modify the StringStatistics to trim minimum and maximum values

2017-06-15 Thread Owen O'Malley (JIRA)
Owen O'Malley created ORC-203:
-

 Summary: Modify the StringStatistics to trim minimum and maximum 
values
 Key: ORC-203
 URL: https://issues.apache.org/jira/browse/ORC-203
 Project: ORC
  Issue Type: Bug
Reporter: Owen O'Malley
Assignee: Owen O'Malley


Currently the StringStatistics will record the entire value for minimum or 
maximum. It creates large protobuf objects and serves very little value. I 
think we should trim long strings to 1024 characters and record the fact that 
they were trimmed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ORC-202) Add enum that encodes which writer wrote a file

2017-06-15 Thread Owen O'Malley (JIRA)
Owen O'Malley created ORC-202:
-

 Summary: Add enum that encodes which writer wrote a file
 Key: ORC-202
 URL: https://issues.apache.org/jira/browse/ORC-202
 Project: ORC
  Issue Type: Bug
Reporter: Owen O'Malley
Assignee: Owen O'Malley


Add a protobuf enum value in the footer that can encode which writer wrote the 
file:
* ORC Java Writer
* ORC C++ Writer
* Presto Writer



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)