feluelle opened a new issue #10228: URL: https://github.com/apache/druid/issues/10228
### Affected Version 0.19 ### Description When I try to filter data via /unified-console.html#load-data endpoint and use Type regex and for example don’t pass a Dimension or Pattern it raises an [exception](https://github.com/apache/druid/blob/646fa84d043a075e64efa0d65205a17b066204e9/processing/src/main/java/org/apache/druid/query/filter/RegexDimFilter.java#L60-L61) which makes sense but shouldn’t this exception be caught and “handled”? Because in the UI I am not able to correct it in the same view. I would have to go to “Edit spec” to edit it directly. Same goes for [invalid regex expressions](https://github.com/apache/druid/blob/646fa84d043a075e64efa0d65205a17b066204e9/processing/src/main/java/org/apache/druid/query/filter/RegexDimFilter.java#L65). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
