Anistojoseph opened a new issue, #16573:
URL: https://github.com/apache/druid/issues/16573
Please provide a detailed title (e.g. "Broker crashes when using TopN query
with Bound filter" instead of just "Broker crashes").
### Affected Version
We observed the issue from Druid version 26.0.0 and the same issue is there
on the latest version which is 29.0.1
on Version 0.22.1 we are not seeing this issue.
### Description
we encountering an issue when trying to parse the ORC file created from a
Hive external table on Druid version 27.0.0. The error message "Failed to
sample data: Unhandled type: COMPLEX" is displayed. However, I can load the
data into the cluster using the pre-created JSON spec, and the data is being
received correctly. The error only occurs during the Parse data step.
Interestingly, I can parse the same file on Druid version 0.22.1.
(The JSON spec used to load the data on version 27 was created from version
0.22.1)
we have also tried the latest version (29.0.1)of Druid, but we are still
encountering the same error.
in this case it is an issue with the date type. our ORC reader returns it
as a Joda DateTime object. our auto type detection code is not able to figure
out what to do with this. the type detection code is expecting to see more
primitive types like strings, numbers, & arrays. what changed in recent druid
versions is that the sampler started using auto type detection.

<img width="1255" alt="Screenshot 2024-06-07 at 4 22 04 PM"
src="https://github.com/apache/druid/assets/45865769/9aa1a123-a124-429c-b39d-47e6d611fb72">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]