vikramahuja1001 commented on a change in pull request #3537: [CARBONDATA-3646]
[CARBONDATA-3647]: 1. Select query * fails when using index server. 2. Filter
query failure with Index server when loaded with global_sort_partition =
100000, giving Null pointer exception
URL: https://github.com/apache/carbondata/pull/3537#discussion_r362406718
##########
File path: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java
##########
@@ -3321,7 +3321,7 @@ public static String getIndexServerTempPath(String
tablePath, String queryId) {
.getProperty(CarbonCommonConstants.CARBON_INDEX_SERVER_TEMP_PATH);
if (null == tempFolderPath) {
tempFolderPath =
- tablePath + "/" +
CarbonCommonConstants.INDEX_SERVER_TEMP_FOLDER_NAME + "/" + queryId;
+ "/tmp/" + CarbonCommonConstants.INDEX_SERVER_TEMP_FOLDER_NAME + "/"
+ queryId;
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:
[email protected]
With regards,
Apache Git Services