QiangCai edited a comment on pull request #3972:
URL: https://github.com/apache/carbondata/pull/3972#issuecomment-714861784
TestSIWithSecondaryIndex
1. change line 92, add order by
`
checkAnswerWithoutSort(sql("select id, country from table1_index order by
id"),
Seq(Row("1", "india"), Row("2", "china")))
`
2. change line 115, add order by
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]