haridsv commented on code in PR #1681:
URL: https://github.com/apache/phoenix/pull/1681#discussion_r1338148517
##########
bin/sqlline.py:
##########
@@ -114,6 +116,7 @@ def kill_child():
disable_jna = ""
java_cmd = java + ' $PHOENIX_OPTS ' + \
+ (args.debug and
"-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8071" or
"") + \
Review Comment:
I am hoping to include this as it is quite useful. Do you see any problem?
--
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]