You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by jc...@apache.org on 2012/10/19 19:22:27 UTC

svn commit: r1400183 - in /pig/branches/branch-0.11/test/org/apache/pig/test/data: ExpectedResultDollarSign.pig inputDollarSign.pig

Author: jcoveney
Date: Fri Oct 19 17:22:27 2012
New Revision: 1400183

URL: http://svn.apache.org/viewvc?rev=1400183&view=rev
Log:
Add .pig files I had forgotten to submit (jcoveney)

Added:
    pig/branches/branch-0.11/test/org/apache/pig/test/data/ExpectedResultDollarSign.pig
    pig/branches/branch-0.11/test/org/apache/pig/test/data/inputDollarSign.pig

Added: pig/branches/branch-0.11/test/org/apache/pig/test/data/ExpectedResultDollarSign.pig
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/test/org/apache/pig/test/data/ExpectedResultDollarSign.pig?rev=1400183&view=auto
==============================================================================
--- pig/branches/branch-0.11/test/org/apache/pig/test/data/ExpectedResultDollarSign.pig (added)
+++ pig/branches/branch-0.11/test/org/apache/pig/test/data/ExpectedResultDollarSign.pig Fri Oct 19 17:22:27 2012
@@ -0,0 +1,2 @@
+a = load 'data';
+b = filter by ($0 == 'x') and ($1 == 'y');

Added: pig/branches/branch-0.11/test/org/apache/pig/test/data/inputDollarSign.pig
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/test/org/apache/pig/test/data/inputDollarSign.pig?rev=1400183&view=auto
==============================================================================
--- pig/branches/branch-0.11/test/org/apache/pig/test/data/inputDollarSign.pig (added)
+++ pig/branches/branch-0.11/test/org/apache/pig/test/data/inputDollarSign.pig Fri Oct 19 17:22:27 2012
@@ -0,0 +1,2 @@
+a = load 'data';
+b = filter by $filter;