[jira] [Updated] (PARQUET-319) Define the parquet bloom filter statistics in parquet format

2015-06-26 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferdinand Xu updated PARQUET-319: - Summary: Define the parquet bloom filter statistics in parquet format (was: Define the parquet

[jira] [Comment Edited] (PARQUET-319) Define the parquet bloom filter statistics in parquet format

2015-06-26 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14600583#comment-14600583 ] Ferdinand Xu edited comment on PARQUET-319 at 6/26/15 7:02 AM:

[jira] [Commented] (PARQUET-41) Add bloom filters to parquet statistics

2015-06-26 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14602532#comment-14602532 ] Ryan Blue commented on PARQUET-41: -- Thanks for working on this, [~Ferd], it's great to be

[jira] [Comment Edited] (PARQUET-41) Add bloom filters to parquet statistics

2015-06-26 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14602532#comment-14602532 ] Ryan Blue edited comment on PARQUET-41 at 6/26/15 7:53 PM: ---

Question regarding the use of TaskAttemptContext on ParquetOutputFormat

2015-06-26 Thread Sergio Pena
Hi, I see ParquetRecordWriterWrapper constructor is getting/initializing a TaskAttemptID object that will be passed to the getRecordWriter(TaskAttemptContext taskAttemptContext, Path file) method of ParquetOutputFormat. But this method only gets the Configuration and CompressionCodeName objects