It seems particularly unable to merge in the real-time ingestion range for thetaSketch type.
This kind of issue already fixed in https://github.com/apache/druid/issues/3339, but still affected in version 26.0.0.
Is there a solution for this, or has it been fixed in a newer version of the Druid cluster?
Environment
Description
Using Kafka ingestion and submitting the ingestion task as follows.
When use segment metadata query, thetaSketch type column return type and typeSignature as STRING type. Not the thetaSketch type.
But, when I set the range of the segment metadata query to exclude the real-time ingestion range, it returns the correct type.
I'm also using version 0.21.0 of the Druid cluster, and when I test the same type of query, it returns the correct type.
It seems particularly unable to merge in the real-time ingestion range for thetaSketch type. This kind of issue already fixed in https://github.com/apache/druid/issues/3339, but still affected in version 26.0.0.
Is there a solution for this, or has it been fixed in a newer version of the Druid cluster?