Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2486
The error in SDV is not related to this PRï¼
```
org.apache.carbondata.cluster.sdv.generated.QueriesIncludeDictionaryTestCase.TABLE_DICTIONARY_INCLUDE_PushUP_044
Results do not match for query:
== Results ==
!== Correct Answer - 1 == == Spark Answer - 1 ==
![7.452597748961225E39] [7.452597748961223E39]
at
org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:495)
at
org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1555)
at org.scalatest.Assertions$class.fail(Assertions.scala:1328)
at org.scalatest.FunSuite.fail(FunSuite.scala:1555)
at
org.apache.spark.sql.common.util.QueryTest.checkAnswer(QueryTest.scala:75)
at
org.apache.spark.sql.common.util.QueryTest.writeAndCheckAnswer(QueryTest.scala:113)
```
---