vogievetsky commented on a change in pull request #7292: Add table column selection in druid console to allow hiding/showing of columns URL: https://github.com/apache/incubator-druid/pull/7292#discussion_r267145133
########## File path: web-console/src/utils/index.tsx ########## @@ -20,3 +20,4 @@ export * from './general'; export * from './druid-query'; export * from './query-manager'; export * from './rune-decoder'; +export * from './table'; Review comment: please give this a slightly less generic name. in fact it should really reflect the name of the class inside of it so `table-column-selection-handler` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
