----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68989/ -----------------------------------------------------------
Review request for Sqoop. 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ä