Github user gvramana commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/158#discussion_r79222167
--- Diff:
hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java ---
@@ -101,6 +106,8 @@
//comma separated list of input segment numbers
public static final String INPUT_SEGMENT_NUMBERS =
"mapreduce.input.carboninputformat.segmentnumbers";
+ public static final String INVALID_SEGMENT_NUMBERS =
+ "mapreduce.input.carboninputformat.invalidsegmentnumbers";
--- End diff --
Invalid segment deletion, need not be through CarbonInputFormat, When
Invalid segments list given to Btree(both in Driver and executor it should able
it delete invalid blocks).
---
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.
---