QiangCai commented on a change in pull request #3950:
URL: https://github.com/apache/carbondata/pull/3950#discussion_r504467565
##########
File path:
integration/spark/src/test/scala/org/apache/spark/carbondata/TestStreamingTableQueryFilter.scala
##########
@@ -96,25 +98,97 @@ class TestStreamingTableQueryFilter extends QueryTest with
BeforeAndAfterAll {
// filter
checkAnswer(
sql("select * from streaming_table_filter.stream_filter where id = 1"),
- Seq(Row(1, "name_1", "city_1", 10000.0, BigDecimal.valueOf(0.01), 80.01,
Date.valueOf("1990-01-01"), Timestamp.valueOf("2010-01-01 10:01:01.0"),
Timestamp.valueOf("2010-01-01 10:01:01.0"), ("1" + longStrValue),
Row(wrap(Array("school_1", "school_11")), 1))))
+ Seq(Row(1,
Review comment:
done, changed for all places
----------------------------------------------------------------
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]