dongjoon-hyun commented on a change in pull request #23353: [SPARK-26402][SQL] Canonicalization on GetStructField URL: https://github.com/apache/spark/pull/23353#discussion_r243485753
########## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Canonicalize.scala ########## @@ -26,6 +26,7 @@ package org.apache.spark.sql.catalyst.expressions * * The following rules are applied: * - Names and nullability hints for [[org.apache.spark.sql.types.DataType]]s are stripped. + * - Names for [[org.apache.spark.sql.catalyst.expressions.GetStructField]] are stripped. Review comment: `[[org.apache.spark.sql.catalyst.expressions.GetStructField]]` -> `[[GetStructField]]`? `GetStructField` is in the same package. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
