uber / cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
https://cadenceworkflow.io
MIT License
8.22k stars 792 forks source link

Pass dynamic map into pinot query validator #6175

Closed bowenxia closed 2 months ago

bowenxia commented 2 months ago

What changed? Pass dynamic map into pinot query validator

Why? If we pass in a static map, the value will be fixed when query validator is initialized. Thus, when we white list new attributes, we will have to restart service in order to refresh the map.

How did you test it? Unit test

Potential risks

Release notes

Documentation Changes