This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new fb4b1cac65 Remove blank line in declaration of java_cmd variable 
(#2217)
fb4b1cac65 is described below

commit fb4b1cac65289fc8009ad937a3d1b9367ced6694
Author: Kevin Geiszler <[email protected]>
AuthorDate: Thu Jul 10 23:34:02 2025 -0700

    Remove blank line in declaration of java_cmd variable (#2217)
    
    Co-authored-by: Kevin Geiszler <[email protected]>
---
 bin/traceserver.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/traceserver.py b/bin/traceserver.py
index 706cbd4421..a73eb23556 100755
--- a/bin/traceserver.py
+++ b/bin/traceserver.py
@@ -123,7 +123,6 @@ java_cmd = '%(java)s  ' + \
     phoenix_utils.phoenix_traceserver_jar + os.pathsep + 
phoenix_utils.slf4j_backend_jar + os.pathsep + \
     phoenix_utils.logging_jar + os.pathsep + \
     phoenix_utils.phoenix_client_embedded_jar + os.pathsep + 
phoenix_utils.phoenix_queryserver_jar + \
-    
     " -Dproc_phoenixtraceserver" + \
     " -Dlog4j2.configurationFile=file:" + 
os.path.join(phoenix_utils.current_dir, "log4j2.properties") + \
     " -Dpsql.root.logger=%(root_logger)s" + \

Reply via email to