-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68989/
-----------------------------------------------------------
(Updated Okt. 11, 2018, 7:23 vorm.)
Review request for Sqoop.
Changes
-------
add link to Sqoop jira
Bugs: SQOOP-3387
https://issues.apache.org/jira/browse/SQOOP-3387
Repository: sqoop-trunk
Description
-------
In most RDBMS it is possible to enter comments/ remarks for table and view
columns. That way a user can obtain additional information regarding the data
and how to use it.
With the avro file format it would be possible to store this information in the
schema file using the "doc"-tag. At the moment this is, however, left blanc.
This patch includes table and column remarks for Oracle DB and Avro
Diffs
-----
src/java/org/apache/sqoop/manager/ConnManager.java 4c1e8f5
src/java/org/apache/sqoop/manager/SqlManager.java d82332a
src/java/org/apache/sqoop/manager/oracle/OraOopConnManager.java 95eaacf
src/java/org/apache/sqoop/orm/AvroSchemaGenerator.java 7a2a5f9
src/java/org/apache/sqoop/orm/ClassWriter.java 46d0698
Diff: https://reviews.apache.org/r/68989/diff/1/
Testing
-------
Thanks,
Tomas Sebastian Hätälä