cryptoe commented on PR #12948: URL: https://github.com/apache/druid/pull/12948#issuecomment-1226720538
Thanks for the experimentation. I guess it still won't work. We wanna define the choice on a suffix of the property type and bind it to the choice provider only once. ``` xxxx.type="choiceA" xxxx.choiceA_path xxxx. choiceA_base ``` Similarly in another extension, we can have ```` yyyy.type="choiceB" yyyy.choiceB_dir yyyy.choiceB_count ```` ``` zzzz.type="choiceA" zzzz.choiceA_path zzzz. choiceA_base ``` -- 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]
