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



##########
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:
       is this needed?




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


Reply via email to