deniskuzZ commented on PR #5164:
URL: https://github.com/apache/hive/pull/5164#issuecomment-2083484044
btw, I think it's better to change the relevant `ShowPartitionsOperation`
execute method instead of base one:
````
context.getTask().setException(
new HiveException(ErrorMsg.TABLE_NOT_PARTITIONED, desc.getTabName())
);
return 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: [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]