ShreelekhyaG commented on a change in pull request #4228:
URL: https://github.com/apache/carbondata/pull/4228#discussion_r730744455



##########
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:
       The result is same with change in  `is_empty_bad_record `property. As it 
is used to determine if we need to consider the empty record as bad record or 
not.




-- 
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: dev-unsubscr...@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to