fix compile error: ARRAYS_DATASOURCE (#16120)

This commit is contained in:
Zoltan Haindrich 2024-03-14 13:45:43 +01:00 committed by GitHub
parent 5e603ac5ff
commit d3e22c6e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ public class CalciteArraysQueryTest extends BaseCalciteQueryTest
"SELECT ARRAY_CONTAINS(arrayStringNulls, ARRAY['a', 'b']), ARRAY_CONTAINS(arrayStringNulls, arrayString) FROM druid.arrays LIMIT 5",
ImmutableList.of(
newScanQueryBuilder()
.dataSource(DATA_SOURCE_ARRAYS)
.dataSource(CalciteTests.ARRAYS_DATASOURCE)
.intervals(querySegmentSpec(Filtration.eternity()))
.columns("v0", "v1")
.virtualColumns(