Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUMERIC type turns to BINARY after importing from DB2 to HIVE #48

Closed
litianxing opened this issue Apr 12, 2016 · 2 comments
Closed

NUMERIC type turns to BINARY after importing from DB2 to HIVE #48

litianxing opened this issue Apr 12, 2016 · 2 comments

Comments

@litianxing
Copy link

In db2 data type is numeric, but the data is imported into the hive through the confluent into a binary,
and hive field type is binary

@Ishiihara
Copy link
Contributor

@litianxing I think this should be fixed in the JDBC connector. Currently, the JDBC connector is converting numeric type to bytes. We may add features to handle numeric type in the future releases of the JDBC connector. Related issue in the JDBC connector: confluentinc/kafka-connect-jdbc#31

@Ishiihara
Copy link
Contributor

Closing this issue as it should be fixed in the JDBC source connector.

serssp pushed a commit to serssp/kafka-connect-hdfs that referenced this issue Dec 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants