Aggarwal-Raghav commented on PR #6051: URL: https://github.com/apache/hive/pull/6051#issuecomment-3242607810
Changes LGTM +1 (non-binding) Was able to see the error <img width="1512" height="982" alt="Screenshot 2025-09-01 at 7 59 19 PM" src="https://github.com/user-attachments/assets/eee3d8de-e0f7-45bf-bd95-24b95d9760b9" /> and after the patch, its working as intended: ``` 0: jdbc:hive2://localhost:10000 (default)> set hive.query.history.enabled=true; Error: Error while processing statement: Cannot modify hive.query.history.enabled at runtime. It is in the list of parameters that can't be modified at runtime or is prefixed by a restricted variable; Query ID: raghav_20250901200558_771d7f1a-40d1-421c-b486-c2ffba73766a (state=42000,code=1) ``` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org