InvisibleProgrammer commented on PR #6051: URL: https://github.com/apache/hive/pull/6051#issuecomment-3304627571
I'm not sure about how that restricted list works but I wonder: what happens when we want to disable the service that is already enabled? I'm thinking about the test, `query_history.q`. The reason why I'm asking is that comment from the test: ``` -- any operation on query_history table might involve further record changes on query_history table, -- so let's disable the feature while to reduce noise while checking the contents set hive.query.history.enabled=false; ``` I also wonder, what's about challenging the solution: is it possible to do the opposite direction and create an instance when the user wants to enable the service? -- 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]
