You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently experiencing an issue where our connector fails to correctly map an Avro schema to a Glue table schema when using the decimal type. Specifically, for the decimal type, it incorrectly sets the schema of the field to decimal, and the data are inserted as they are in the stored buffer of the original Avro content.
I'm currently experiencing an issue where our connector fails to correctly map an Avro schema to a Glue table schema when using the
decimal
type. Specifically, for thedecimal
type, it incorrectly sets the schema of the field todecimal
, and the data are inserted as they are in the stored buffer of the original Avro content.Here are the details of the configuration:
Avro schema:
Message body:
Here is how the data appears in the Glue table (insert screenshot image here). It seems like the mapping is not functioning as intended.
If you could provide any insights or workarounds for this issue, I would greatly appreciate it. Thank you for your assistance.
The text was updated successfully, but these errors were encountered: