[jira] [Updated] (PIG-3341) Improving performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3341: Attachment: PIG-3341-1.patch Went with the ISODateTimeFormat only. It is a strict ISO Parser

[jira] [Updated] (PIG-3341) Improving performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3341: Status: Patch Available (was: Open) > Improving performance of loading datetime values >

Re: Review Request: PIG-3318 Patch to address default values when schemas are merged in AvroStorage. It does this for Records containing primitive values

2013-06-12 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11135/#review21792 --- Ship it! Ship It! - Rohini Palaniswamy On June 12, 2013, 2:05 a.

[jira] [Updated] (PIG-3341) Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3341: Summary: Strict datetime parsing and improve performance of loading datetime values (was: Im

Review Request: [PIG-3341] Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11834/ --- Review request for pig. Description --- Moved to ISODateTimeFormat as reco

[jira] [Updated] (PIG-3341) Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3341: Attachment: PIG-3341-2.patch Cleaned up some whitespace in PIG-3341-2.patch. https://reviews

[jira] [Commented] (PIG-3318) AVRO: 'default value' not honored when merging schemas on load with AvroStorage

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681267#comment-13681267 ] Rohini Palaniswamy commented on PIG-3318: - Ran TestAvroStorage before committing. En

[jira] [Commented] (PIG-3292) Logical plan invalid state: duplicate uid in schema during self-join to get cross product

2013-06-12 Thread Johnny Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681358#comment-13681358 ] Johnny Zhang commented on PIG-3292: --- unit tests all pass. > Logical plan

Re: Review Request: [PIG-3341] Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Cheolsoo Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11834/#review21802 --- Looks good. Do you mind removing unused imports? http://svn.apache

[jira] [Commented] (PIG-3204) Reduce the number of getSchema calls during script parsing

2013-06-12 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681416#comment-13681416 ] Cheolsoo Park commented on PIG-3204: [~rohini], I find this logic a bit confusing: {code

Re: Review Request: [PIG-3341] Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11834/ --- (Updated June 12, 2013, 6:42 p.m.) Review request for pig. Changes --- F

[jira] [Updated] (PIG-3341) Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3341: Attachment: PIG-3341-3.patch Patch with unused imports removed > Strict date

Re: Review Request: [PIG-3341] Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Cheolsoo Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11834/#review21812 --- Ship it! - Cheolsoo Park On June 12, 2013, 6:42 p.m., Rohini Pala

[jira] [Updated] (PIG-3341) Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3341: Priority: Major (was: Minor) > Strict datetime parsing and improve performance of loadin

[jira] [Commented] (PIG-3341) Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681499#comment-13681499 ] Cheolsoo Park commented on PIG-3341: +1. > Strict datetime parsing and

[jira] [Updated] (PIG-3204) Reduce the number of getSchema calls during script parsing

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3204: Attachment: PIG-3204-2.patch [~cheolsoo] You are right. validateQuery is not required. Attach

[jira] [Commented] (PIG-3204) Reduce the number of getSchema calls during script parsing

2013-06-12 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681691#comment-13681691 ] Cheolsoo Park commented on PIG-3204: I have one very minor question. In BoundScript.java

[jira] [Updated] (PIG-3204) Reduce the number of getSchema calls during script parsing

2013-06-12 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-3204: Status: Open (was: Patch Available) Yes. Did not because it was only describe/explain/illust

[jira] [Commented] (PIG-3346) New property that controls the number of combined splits

2013-06-12 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681777#comment-13681777 ] Cheolsoo Park commented on PIG-3346: [~aniket486], I don't think I fully understand what

[jira] Subscription: PIG patch available

2013-06-12 Thread jira
Issue Subscription Filter: PIG patch available (18 issues) Subscriber: pigdaily Key Summary PIG-3346New property that controls the number of combined splits https://issues.apache.org/jira/browse/PIG-3346 PIG-3341Strict datetime parsing and improve performance o

[jira] [Commented] (PIG-3341) Strict datetime parsing and improve performance of loading datetime values

2013-06-12 Thread pat chan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681840#comment-13681840 ] pat chan commented on PIG-3341: --- Just to be clear, although the parser is "strict", meaning it

[jira] [Updated] (PIG-3318) AVRO: 'default value' not honored when merging schemas on load with AvroStorage

2013-06-12 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Bhat updated PIG-3318: Attachment: (was: expected_testMultipleSchemasWithDefaultValue.avro) > AVRO: 'default value' not hono

[jira] [Commented] (PIG-3318) AVRO: 'default value' not honored when merging schemas on load with AvroStorage

2013-06-12 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681848#comment-13681848 ] Viraj Bhat commented on PIG-3318: - Sorry for attaching the wrong patch, which makes the test

[jira] [Created] (PIG-3354) UDF example does not handle nulls

2013-06-12 Thread pat chan (JIRA)
pat chan created PIG-3354: - Summary: UDF example does not handle nulls Key: PIG-3354 URL: https://issues.apache.org/jira/browse/PIG-3354 Project: Pig Issue Type: Bug Components: documentati

[jira] [Updated] (PIG-3354) UDF example does not handle nulls

2013-06-12 Thread pat chan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] pat chan updated PIG-3354: -- Attachment: PIG-3354.patch > UDF example does not handle nulls > - > >