cloud-fan commented on code in PR #58132:
URL: https://github.com/apache/spark/pull/58132#discussion_r3819859451
##########
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala:
##########
@@ -126,16 +126,18 @@ private[hive] class SparkGetColumnsOperation(
}
/**
- * For boolean, numeric and datetime types, it returns the default size of
its catalyst type
+ * For boolean, numeric and datetime types, it returns the default size of
its catalyst type.
Review Comment:
**Nit:**
The pronoun reads as referring to the method, which has no Catalyst type.
```suggestion
* For boolean, numeric and datetime types, this method returns the input
type's default size.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]