MCPcopy Create free account
hub / github.com/apache/pig / test4

Method test4

test/org/apache/pig/parser/TestQueryParser.java:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 @Test
136 public void test4() throws IOException, RecognitionException {
137 String query = "a = load '1.txt' as (name, age, gpa); b = group a by name;" +
138 "c = foreach b generate group, COUNT(a.age);" +
139 "store c into 'y';";
140 shouldPass( query );
141 }
142
143 @Test
144 public void test5() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldPassMethod · 0.95

Tested by

no test coverage detected