You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by GitBox <gi...@apache.org> on 2020/02/14 07:15:00 UTC

[GitHub] [sqoop] zeninpalm opened a new pull request #88: SQOOP-3465: InformationSchemaManager doesn't sort column names in ordinal orders

zeninpalm opened a new pull request #88: SQOOP-3465: InformationSchemaManager doesn't sort column names in ordinal orders
URL: https://github.com/apache/sqoop/pull/88
 
 
   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 codegen phase, and finally results in failed data transport.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services