Indhumathi27 commented on a change in pull request #4228:
URL: https://github.com/apache/carbondata/pull/4228#discussion_r723109539
##########
File path:
integration/spark/src/test/scala/org/apache/spark/carbondata/TestStreamingTableOpName.scala
##########
@@ -761,7 +761,7 @@ class TestStreamingTableOpName extends QueryTest with
BeforeAndAfterAll {
// check one row of streaming data
assert(result(0).isNullAt(0))
assert(result(0).getString(1) == "")
- assert(result(0).isNullAt(9))
+ assert(result(0).getStruct(9).isNullAt(1))
Review comment:
can add is_empty_bad_record property = true, instead of changing the
test case
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]