ajantha-bhat commented on a change in pull request #3819:
URL:
https://github.com/apache/carbondata/pull/3819#discussion_r481802861##########
File path: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -2492,4 +2507,21 @@ private CarbonCommonConstants() {
* property which defines the presto query default value
*/
public static final String IS_QUERY_FROM_PRESTO_DEFAULT = "false";
+
+ /**
+ * the level 1 complex delimiter default value
+ */
+ public static final String COMPLEX_DELIMITERS_LEVEL_1_DEFAULT = "#";
Review comment:
These default value and original value name I want change from DELIMITERS -> DELIMITER because string has delimiter (carbon.complex.delimiter.level.1)
----------------------------------------------------------------
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]