Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
this method has
if (!deltas.isEmpty() || combinedCtx == null) { //why is this checking for deltas.isEmpty() - is this Acid 1.0 remnant? return new ETLSplitStrategy( context, fs, dir, files, readerTypes, isOriginal, deltas, covered, ugi, allowSyntheticFileIds, isDefaultFs); } else
what is the purpose of checking deltas? (here with Acid 2.0 deltas is delete deltas)
Is this some remnant of Acid 1.0?
Also see TestInputOutputFormat.testEtlCombinedStrategy
Attachments
Issue Links
- is related to
-
HIVE-17089 make acid 2.0 the default
- Closed