tanishq-chugh opened a new pull request, #5164: URL: https://github.com/apache/hive/pull/5164
What changes were proposed in this pull request? SHOW PARTITIONS command implemented on a non partitioned table should just throw execution error instead of full stack trace. Why are the changes needed? It is an improvement to already existing flow where a huge stack trace is shown to user wherein only a small prompt is useful. Does this PR introduce any user-facing change? Yes, Earlier: <img width="989" alt="Screenshot 2024-03-26 at 5 05 02 PM" src="https://github.com/apache/hive/assets/157357971/8049a1d9-d7a8-4381-afc6-6142e9bc41f9"> <img width="988" alt="Screenshot 2024-03-26 at 5 05 22 PM" src="https://github.com/apache/hive/assets/157357971/ae96c5f4-5988-4877-af3d-accabbff15e1"> This PR proposes the following change: <img width="1388" alt="Screenshot 2024-03-26 at 5 05 58 PM" src="https://github.com/apache/hive/assets/157357971/dd858ed4-be95-4b6d-81e7-6b0abaf97abb"> Is the change a dependency upgrade? No How was this patch tested? Manual tests. After making the necessary changes, we build hive again, and then ran some manual commands to make sure hive is working as expected as well as the required change is working fine. -- 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]
