Closed geeknarrator closed 1 year ago
This is too late. This invalid combination should be caught during table config validation (in TableConfigUtils.validateUpsertConfig()
. Do you want to help contribute a fix?
Sure - I will take a look this week.
@Jackie-Jiang - Sorry I am a bit late here :) but I created a PR for this https://github.com/apache/pinot/pull/8781
Could you please help me get the workflow kicked off? (This is my first commit to Pinot)
While playing around with the upsertConfig, I found that queries were failing. On digging further into the logs I found the following issue:
Metrics aggregation and upsert cannot be enabled together
By mistake I did not switch off metrics aggregation and added an upsertConfig. This is a validation error and would be nice to throw an error in the UI itself.