offthewall123 commented on a change in pull request #7815:
URL: https://github.com/apache/arrow/pull/7815#discussion_r460602206
##########
File path:
java/plasma/src/main/java/org/apache/arrow/plasma/exceptions/PlasmaOutOfMemoryException.java
##########
@@ -22,11 +22,11 @@
*/
public class PlasmaOutOfMemoryException extends RuntimeException {
- public PlasmaOutOfMemoryException() {
+ public PlasmaOutOfMemoryException(String message) {
Review comment:
Hi @rymurr, i got it. Added a new constuctor without breaking the origin
two.Unit test passed also.
----------------------------------------------------------------
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]