ajantha-bhat commented on a change in pull request #3645: [CARBONDATA-3728] Fix insert failure on partition table with local sort URL: https://github.com/apache/carbondata/pull/3645#discussion_r386087326
########## File path: processing/src/main/java/org/apache/carbondata/processing/loading/constants/DataLoadProcessorConstants.java ########## @@ -38,4 +38,6 @@ public static final String FACT_FILE_PATH = "FACT_FILE_PATH"; + // to indicate that it is optimized insert flow without rearrange of each data rows + public static final String NO_REARRANGE_OF_ROWS = "NO_REARRANGE_OF_ROWS"; Review comment: This is not a carbon property or user-configurable. All the places just checked whether this key is present. It doesn't care about value. ---------------------------------------------------------------- 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
