Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

SQOOP-3465: InformationSchemaManager doesn't sort column names in ordinal orders #88

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

zeninpalm
Copy link

Fix 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant