mirror of https://github.com/apache/druid.git
Fix tests (#7401)
This commit is contained in:
parent
4584b5e139
commit
c883c52cb1
|
@ -7694,7 +7694,7 @@ public class CalciteQueryTest extends BaseCalciteQueryTest
|
||||||
)
|
)
|
||||||
.columns("v0")
|
.columns("v0")
|
||||||
.filters(selector("dim1", "1", null))
|
.filters(selector("dim1", "1", null))
|
||||||
.resultFormat(ScanQuery.RESULT_FORMAT_COMPACTED_LIST)
|
.resultFormat(ScanQuery.ResultFormat.RESULT_FORMAT_COMPACTED_LIST)
|
||||||
.context(QUERY_CONTEXT_DEFAULT)
|
.context(QUERY_CONTEXT_DEFAULT)
|
||||||
.build()
|
.build()
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue