petersomogyi commented on PR #4531: URL: https://github.com/apache/hbase/pull/4531#issuecomment-1228479859
Hi @alexdongli0829, I've tested your patch on the master branch, and in this combination it throws NoSuchMetrod error. Can you check? ``` echo "list\nexit 1" > error_exit.rb ./bin/hbase shell -n < error_exit.rb ; echo $? TABLE peter 1 row(s) Took 0.4349 seconds peter ERROR NoMethodError: undefined method `irb' for nil:NilClass 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]
