This commit is contained in:
Atul Mohan 2019-04-02 18:49:21 -05:00 committed by Clint Wylie
parent 4584b5e139
commit c883c52cb1
1 changed files with 1 additions and 1 deletions

View File

@ -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()
), ),