GitHub user hatala91 opened a pull request:
https://github.com/apache/sqoop/pull/49
SQOOP-3387: Add column remarks to avro schema file
Needs further work to work with different databases.
E. g. to work with Oracle we would need to add ojdbc jar as a dependency
and setRemarksReporting(true) in OracleManager when opening a connection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hatala91/sqoop trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/sqoop/pull/49.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #49
----
commit c8c8b37cb516ea68c2edf3b5b0a87a429950e41d
Author: hatala91 <hatala91@...>
Date: 2018-10-01T13:33:56Z
SQOOP-3387: Add column remarks to avro schema file
----
---