-
Notifications
You must be signed in to change notification settings - Fork 308
Logical datatype support in spark-avro #120
Comments
Nope, it looks like we don't support this currently. I'd be happy to review a PR to add support for this, though. |
We have a pull request |
To clarify, it looks like #121 is concerned with |
Yes these are exaclty not the same features . We came up with a design where logical types were more suitable . We wanted to represent db types(Bigdecimals, dates and timestamps) in avro types, serialize and deserialize them (This question was posted before #121 was raised). |
@JoshRosen, me and Rahul and the contributors to this PR. This issues was raised as a question if there was such support in spark-avro. Since there was no response, so we implemented this feature. Initially we thought of doing it through ReflectData, but logical types suited best to our use case. @rahulmittal91 Can you change the subject of this issue? |
Hi ,
Is there a functionality here which can deserialize data to support reflect data apis.
For instance if my type schema for field is
I want the return type to be of BigInteger type .
The text was updated successfully, but these errors were encountered: