techdocsmith commented on code in PR #12088: URL: https://github.com/apache/druid/pull/12088#discussion_r852337503
########## docs/querying/lookups.md: ########## @@ -290,6 +290,8 @@ For example, a post to `/druid/coordinator/v1/lookups/config/realtime_customer1/ This will replace the `site_id_customer1` lookup in the `realtime_customer1` with the definition above. +Make sure to assign a unique version identifier each time you update a lookup extractor factory. If the version already exists, the call will fail. Review Comment: ```suggestion Assign a unique version identifier each time you update a lookup extractor factory. Otherwise the call will fail. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
