[GitHub] [carbondata] VenuReddy2103 opened a new pull request #3723: [HOTFIX]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

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

[GitHub] [carbondata] VenuReddy2103 commented on a change in pull request #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox

VenuReddy2103 commented on a change in pull request #3723:
URL: https://github.com/apache/carbondata/pull/3723#discussion_r415652241



##########
File path: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -1561,6 +1561,8 @@ private CarbonCommonConstants() {
   @CarbonProperty(dynamicConfigurable = true)
   public static final String CARBON_LOAD_INDEXES_PARALLEL = "carbon.load.indexes.parallel.";
 
+  public static final String CARBON_LOAD_INDEXES_PARALLEL_DEFAULT = "false";

Review comment:
       added




----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


   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] akashrn5 commented on pull request #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


   @VenuReddy2103 please rebase


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


   LGTM


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


   LGTM


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 removed a comment on pull request #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

akashrn5 removed a comment on pull request #3723:
URL: https://github.com/apache/carbondata/pull/3723#issuecomment-620060446


   LGTM


----------------------------------------------------------------
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] ydvpankaj99 commented on pull request #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

ydvpankaj99 commented on pull request #3723:
URL: https://github.com/apache/carbondata/pull/3723#issuecomment-620085325


   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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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] VenuReddy2103 commented on pull request #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

VenuReddy2103 commented on pull request #3723:
URL: https://github.com/apache/carbondata/pull/3723#issuecomment-620360317


   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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


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


----------------------------------------------------------------
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 #3723: [CARBONDATA-3779]BlockletIndexInputFormat object instantiation failed due to mismatch in constructor params

GitBox
In reply to this post by GitBox

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


   LGTM


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


12