akashrn5 commented on a change in pull request #4235:
URL: https://github.com/apache/carbondata/pull/4235#discussion_r737178902



##########
File path: 
examples/spark/src/main/scala/org/apache/carbondata/examples/SparkStreamingExample.scala
##########
@@ -169,14 +169,21 @@ object SparkStreamingExample {
         println(System.currentTimeMillis().toString() +
           " at batch time: " + time.toString() +
           " the count of received data: " + df.count())
+        print("********************** rdd is: " + rdd.toString())
+        throw new Exception("test")
         CarbonSparkStreamingFactory.getStreamSparkStreamingWriter(spark, 
"default", tableName)
           .mode(SaveMode.Append)
           .writeStreamData(df, time)
+        print("x")

Review comment:
       unwanted changes, reverted




-- 
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