Skip to content

Commit

Permalink
Bump calcite version to 1.4.0-drill-r11
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanyi committed Mar 18, 2016
1 parent 488ba1a commit 600ba9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Expand Up @@ -476,11 +476,6 @@ public void testAvgCountStar() throws Exception {
}

@Test
@Ignore // This is temporarily turned off due to
// [1] [StarColumn] Reverse one change in CALCITE-356,
// which regresses AggChecker logic, after * query in schema-less table is added.
// [2] [StarColumn]
// When group-by a column, projecting on a star which cannot be expanded at planning time, use ITEM operator to wrap this column
public void testUDFInGroupBy() throws Exception {
final String query = "select count(*) as col1, substr(lower(UPPER(cast(t3.full_name as varchar(100)))), 5, 2) as col2, \n" +
"char_length(substr(lower(UPPER(cast(t3.full_name as varchar(100)))), 5, 2)) as col3 \n" +
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1279,7 +1279,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.4.0-drill-test-r16</version>
<version>1.4.0-drill-r11</version>
<exclusions>
<exclusion>
<groupId>org.jgrapht</groupId>
Expand Down

0 comments on commit 600ba9e

Please sign in to comment.