[jira] Updated: (PIG-1749) Update Pig parser so that function arguments can contain newline characters

2011-01-21 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1749:


  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

Patch committed to trunk. The patch include change to both old and new parser.

 Update Pig parser so that function arguments can contain newline characters
 ---

 Key: PIG-1749
 URL: https://issues.apache.org/jira/browse/PIG-1749
 Project: Pig
  Issue Type: Improvement
Affects Versions: 0.8.0
Reporter: lin guo
Assignee: Jakob Homan
 Attachments: parser.patch, PIG-1749-2.patch


 We want to add this feature so that users can put long function argument 
 strings in multiple lines. PIG-1748 depends on this. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1749) Update Pig parser so that function arguments can contain newline characters

2011-01-21 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1749:


Affects Version/s: 0.8.0
Fix Version/s: 0.9.0

 Update Pig parser so that function arguments can contain newline characters
 ---

 Key: PIG-1749
 URL: https://issues.apache.org/jira/browse/PIG-1749
 Project: Pig
  Issue Type: Improvement
Affects Versions: 0.8.0
Reporter: lin guo
Assignee: Jakob Homan
 Fix For: 0.9.0

 Attachments: parser.patch, PIG-1749-2.patch


 We want to add this feature so that users can put long function argument 
 strings in multiple lines. PIG-1748 depends on this. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1749) Update Pig parser so that function arguments can contain newline characters

2011-01-19 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated PIG-1749:
-

Attachment: PIG-1749-2.patch

I'll be finishing this patch for Lin.  Updated patch.  Added test for 
TestQueryParser, which required updating the new grammar (my grammar skills are 
a bity rusty), removed reference to AvroStorage, but left in its details.  
These references don't actually call out to the class and are just used for 
filler purposes.  

 Update Pig parser so that function arguments can contain newline characters
 ---

 Key: PIG-1749
 URL: https://issues.apache.org/jira/browse/PIG-1749
 Project: Pig
  Issue Type: Improvement
Reporter: lin guo
 Attachments: parser.patch, PIG-1749-2.patch


 We want to add this feature so that users can put long function argument 
 strings in multiple lines. PIG-1748 depends on this. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1749) Update Pig parser so that function arguments can contain newline characters

2010-12-08 Thread lin guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lin guo updated PIG-1749:
-

Attachment: parser.patch

This patch updates QueryParser.jjt to accept function arguments containing 
newline (\n and \r) characters. It also adds a new testcase in 
TestParamSubPreproc.java to verify param substitution works with multi-line
function args.

 Update Pig parser so that function arguments can contain newline characters
 ---

 Key: PIG-1749
 URL: https://issues.apache.org/jira/browse/PIG-1749
 Project: Pig
  Issue Type: Improvement
Reporter: lin guo
 Attachments: parser.patch


 We want to add this feature so that users can put long function argument 
 strings in multiple lines. PIG-1748 depends on this. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.