[GitHub] [carbondata] Indhumathi27 opened a new pull request #3747: [WIP] Load data to SI and MV after insert stage command

classic Classic list List threaded Threaded
16 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 opened a new pull request #3747: [WIP] Load data to SI and MV after insert stage command

GitBox

Indhumathi27 opened a new pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747


    ### Why is this PR needed?
   
   
    ### What changes were proposed in this PR?
   
       
    ### Does this PR introduce any user interface change?
    - No
    - Yes. (please explain the change and update document)
   
    ### Is any new testcase added?
    - No
    - Yes
   
       
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [WIP] Load data to SI and MV after insert stage command

GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-624594647


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2949/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [WIP] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-624600274


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1231/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] niuge01 commented on a change in pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

niuge01 commented on a change in pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#discussion_r420840109



##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/events/MergeIndexEventListener.scala
##########
@@ -43,6 +43,11 @@ class MergeIndexEventListener extends OperationEventListener with Logging {
   override def onEvent(event: Event, operationContext: OperationContext): Unit = {
     event match {
       case preStatusUpdateEvent: LoadTablePreStatusUpdateEvent =>
+        // skip merge index in case of insert stage flow
+        if (null != operationContext.getProperty("isInsertStage") &&

Review comment:
       Define "isInsertStage" as a constant will be better.




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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] niuge01 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

niuge01 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-624687020


   so much control properties


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

Indhumathi27 commented on a change in pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#discussion_r420849896



##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/events/MergeIndexEventListener.scala
##########
@@ -43,6 +43,11 @@ class MergeIndexEventListener extends OperationEventListener with Logging {
   override def onEvent(event: Event, operationContext: OperationContext): Unit = {
     event match {
       case preStatusUpdateEvent: LoadTablePreStatusUpdateEvent =>
+        // skip merge index in case of insert stage flow
+        if (null != operationContext.getProperty("isInsertStage") &&

Review comment:
       done




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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-624701113


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2957/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-624769982


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2962/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-624770423


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1243/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

Indhumathi27 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626147659


   @akashrn5 @kunal642 Please help to review and merge


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] akashrn5 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

akashrn5 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626518707


   @Indhumathi27 please resolve conflicts


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626612748


   Build Failed  with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1273/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626613469


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2992/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

Indhumathi27 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626613653


   retest this please


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626676584


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2999/
   


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


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3747: [CARBONDATA-3800] Load data to SI and MV after insert stage command

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3747:
URL: https://github.com/apache/carbondata/pull/3747#issuecomment-626676809


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1280/
   


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