Skip to content

Commit

Permalink
Fixes confluentinc#2974 remove complication from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ouertani committed Jun 29, 2019
1 parent ef7a82a commit 7069f36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void shouldProcessArrayExpressionCorrectly() {

@Test
public void shouldProcessArrayNegativeIndexExpressionCorrectly() {
final String simpleQuery = "SELECT col4[-1] FROM test1 WHERE col0 > 100;";
final String simpleQuery = "SELECT col4[-1] FROM test1;";
final Analysis analysis = analyzeQuery(simpleQuery, metaStore);

final String javaExpression = sqlToJavaVisitor
Expand Down

0 comments on commit 7069f36

Please sign in to comment.