You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/18 08:42:13 UTC

[GitHub] [spark] pan3793 commented on a change in pull request #34935: [MINOR] Fix typo char in log4j conf template

pan3793 commented on a change in pull request #34935:
URL: https://github.com/apache/spark/pull/34935#discussion_r771801014



##########
File path: conf/log4j.properties.template
##########
@@ -42,7 +42,7 @@ log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler=FATAL
 log4j.logger.org.apache.hadoop.hive.ql.exec.FunctionRegistry=ERROR
 
 # For deploying Spark ThriftServer
-# SPARK-34128:Suppress undesirable TTransportException warnings involved in THRIFT-4805
+# SPARK-34128: Suppress undesirable TTransportException warnings involved in THRIFT-4805

Review comment:
       The original `:` is a full-width character, but it should a half-width characters `:`. Feel free to close this minor fix if it's not necessary.

##########
File path: conf/log4j.properties.template
##########
@@ -42,7 +42,7 @@ log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler=FATAL
 log4j.logger.org.apache.hadoop.hive.ql.exec.FunctionRegistry=ERROR
 
 # For deploying Spark ThriftServer
-# SPARK-34128:Suppress undesirable TTransportException warnings involved in THRIFT-4805
+# SPARK-34128: Suppress undesirable TTransportException warnings involved in THRIFT-4805

Review comment:
       The original `:` is a full-width character, but it should a half-width character `:`. Feel free to close this minor fix if it's not necessary.




-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org