kiszk commented on issue #28041: [SPARK-30564][SQL] Improved extra new line and 
comment remove
URL: https://github.com/apache/spark/pull/28041#issuecomment-607421808
 
 
   IMHO, `CodegenContext.registerComment` is created for a comment that 
includes dynamic text (e.g. query plan). `registerComment` creates an another 
comment.
   
   For example, [this 
line](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala#L372)
 should be generated by `registerComment`. But, [other 
lines](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala#L373)
 is still static. I think that the latter is not suitable for `registerComment`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to