Skip to content

Commit eb30715

Browse files
authored
Update src/test/java/ru/yandex/clickhouse/integration/ClickHouseStatementImplTest.java
1 parent 9772323 commit eb30715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ru/yandex/clickhouse/integration/ClickHouseStatementImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void testExternalData() throws SQLException, UnsupportedEncodingException
126126
ClickHouseStatement stmt = connection.createStatement();
127127
ResultSet rs = stmt.executeQuery(
128128
"select UserName, GroupName " +
129-
"from (select 'User' as UserName, 1 as GroupId) AS g" +
129+
"from (select 'User' as UserName, 1 as GroupId) as g" +
130130
"any left join groups using GroupId",
131131
null,
132132
Collections.singletonList(new ClickHouseExternalData(

0 commit comments

Comments
 (0)