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

Support Timestamp type in HiveSchemaConverter #470

Open
AhmedKamal opened this issue Mar 7, 2017 · 0 comments
Open

Support Timestamp type in HiveSchemaConverter #470

AhmedKamal opened this issue Mar 7, 2017 · 0 comments

Comments

@AhmedKamal
Copy link

AhmedKamal commented Mar 7, 2017

Avro is now supporting Timestamp data type in 1.8.1 version but kite-sdk is still not able to handle timestamp data types and is depending on an older version of Avro.

Exception Stack trace while trying to convert Hive Table containing Timestamp to Avro

java.lang.IllegalArgumentException: Cannot convert unsupported type: timestamp

at org.kitesdk.shaded.com.google.common.base.Preconditions.checkArgument(Preconditions.java:115)
at org.kitesdk.data.spi.hive.HiveSchemaConverter.convert(HiveSchemaConverter.java:199)
at org.kitesdk.data.spi.hive.HiveSchemaConverter.convertField(HiveSchemaConverter.java:173)
at org.kitesdk.data.spi.hive.HiveSchemaConverter.convertTable(HiveSchemaConverter.java:132)
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

1 participant