Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/909#discussion_r119307181
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java
---
@@ -522,4 +522,16 @@ public static String
checkAndCreateCarbonStoreLocation(String factStoreLocation,
return aggType;
}
+ /**
+ * the method prepares and return the message mentioning the reason of
badrecord
+ *
+ * @param columnName
+ * @param dataType
+ * @return
+ */
+ public static String prepareFailureReason(String columnName, DataType
dataType) {
--- End diff --
@mohammadshahidkhan above review comment is handled?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---