You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/01 11:14:53 UTC

[GitHub] [druid] feluelle opened a new issue #10228: UI: Filtering by regex raises errors without being handled

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org