sqoop icon indicating copy to clipboard operation
sqoop copied to clipboard

Mirror of Apache Sqoop

Results 22 sqoop issues
Sort by recently updated
recently updated
newest added

Fix some spelling errors

More and more software development is being done on ARM64 CPU architecture. It would be good if Sqoop is being regularly tested on ARM64. X-ref: https://issues.apache.org/jira/browse/SQOOP-3483

Fix [SQOOP-1946](https://issues.apache.org/jira/browse/SQOOP-1946) This issue occurred when using --query, the ConnManager and InputFormat of ImportJobContext not set to Oracle ones. Also fix this: [Sqoop split-by date wants to compare a timestamp...

FIX duplicated data when found both 'TABLE PARTITION' and 'INDEX PARTITION' on same partition.

Fix [SQOOP-3465](https://issues.apache.org/jira/browse/SQOOP-3465) InformationSchemaManger's method getListColumnsQuery returns a list of columns without 'ORDER BY ORDINAL_POSITION', hence the column names are order by alphabetical order. That may cause columns mismatching issue in...

FloatSplitter has a problem with the final splits.add. Example: maxVal = 133.333 numSplits = 2 if use curUpper,It's going to be like this. [float_code >= 1.111 AND float_code < 67.22200000000001,...

Apache Avro 1.9.0 brings a lot of new features: * Deprecate Joda-Time in favor of Java8 JSR310 and setting it as default * Remove support for Hadoop 1.x * Move...