[GitHub] [carbondata] akashrn5 commented on a change in pull request #3506: Prepriming fixes

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] akashrn5 commented on a change in pull request #3506: Prepriming fixes

GitBox
akashrn5 commented on a change in pull request #3506: Prepriming fixes
URL: https://github.com/apache/carbondata/pull/3506#discussion_r356415449
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/indexserver/PrePrimingListener.scala
 ##########
 @@ -40,7 +43,15 @@ object PrePrimingEventListener extends OperationEventListener {
       false,
       true)
     if (prePrimingEvent.segment.length != 0) {
-      IndexServer.getClient.getCount(dataMapFormat)
+      try {
+        IndexServer.getClient.getCount(dataMapFormat)
+      }
+      catch {
+        case ex: Exception =>
+          ex.printStackTrace()
 
 Review comment:
   same as above

----------------------------------------------------------------
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:
[hidden email]


With regards,
Apache Git Services