Indhumathi27 commented on a change in pull request #3652: [HOTFIX] optimize
module dependency
URL: https://github.com/apache/carbondata/pull/3652#discussion_r387450942
##########
File path:
integration/spark/src/test/scala/org/apache/spark/carbondata/TestStreamingTableWithLongString.scala
##########
@@ -478,6 +478,9 @@ class TestStreamingTableWithLongString extends QueryTest
with BeforeAndAfterAll
Thread.sleep(continueSeconds * 1000)
thread2.interrupt()
thread1.interrupt()
+ } catch {
+ case ex =>
+ LOGGER.error("finished to ingest data", ex)
Review comment:
Please change the error message, as it represents a failure
----------------------------------------------------------------
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]
With regards,
Apache Git Services