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
First, I want to express my gratitude for your hard work on the Apache Pinot project. It has been an invaluable tool for our data analytics needs, and we greatly appreciate the continuous improvements and updates.
However, I have encountered some challenges while trying to ingest JSON data that contains arrays. Specifically, I received a MismatchedInputException when attempting to deserialize a value of type java.util.HashMap<java.lang.String,java.lang.Object> from an array value (token JsonToken.START_ARRAY). This issue has made it difficult to work with JSON data containing root arrays effectively.
My kafka message has this payload structure, its an stream log from Apisix Requests kafka-logger:
First, I want to express my gratitude for your hard work on the Apache Pinot project. It has been an invaluable tool for our data analytics needs, and we greatly appreciate the continuous improvements and updates.
However, I have encountered some challenges while trying to ingest JSON data that contains arrays. Specifically, I received a
MismatchedInputException when attempting to deserialize a value of type java.util.HashMap<java.lang.String,java.lang.Object> from an array value (token JsonToken.START_ARRAY)
. This issue has made it difficult to work with JSON data containing root arrays effectively.My kafka message has this payload structure, its an stream log from Apisix Requests kafka-logger:
Feature Request: I would like to request the following features or enhancements:
Enhanced Documentation Sample:
Feature Enhancement:
Best regards.
The text was updated successfully, but these errors were encountered: