techdocsmith commented on PR #18844: URL: https://github.com/apache/druid/pull/18844#issuecomment-3720009312
A couple of questions re metadata naming. Forgive me if I don't understand the naming conventions well. Take or leave as you will. `druid_segments` Is `druid` necessary here? What other segments migth we distinguish the Druid segments from? `druid_compactionStates` Suggest using similar underscore/all lowercase instead of underscore + camelcase: `compaction_states`. Same question about needing to specify `druid` `compaction_state_fingerprint` If this is a column within the `druid_compactionStates`, could it just be called `fingerprint` ? -- 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]
