Sqoop currently do not support splitting data on N(LONG)(VAR)CHAR column types. We‘re however supporting splitting on (LONG)(VAR)CHAR using TextSplitter:
case Types.CHAR: case Types.VARCHAR: case Types.LONGVARCHAR: return new TextSplitter();
I believe that adding support of N(LONG)(VAR)CHAR splitter could be only matter of adding appropriate cases into this code snippet, but such addition must be properly tested.
时间: 2024-10-14 18:06:43