I had a question about Theta Sketches and some behavior that is different from Druid 29 to Druid 31+.
We generate Theta Sketches in a separate system and then batch-ingest them into Druid. This has been working fine but we are attempting to upgrade and running into an issue where previously fine queries are suddenly being rejected by the planner with error `INVALID INPUT` , but I don't think this is correct. For example, using
this query from the Druid 31 release notes as a baseline, I cannot do ThetaSketch query operations on the `user_theta` column (see screenshot one). However, if I ingest that same exact query into a data source, suddenly those operations are successful (see screenshot two). I just want to check if this is expected behavior because it seems unintentional.