Jefffrey commented on code in PR #19235:
URL: https://github.com/apache/datafusion/pull/19235#discussion_r2610499987


##########
datafusion/expr-common/src/signature.rs:
##########
@@ -337,7 +337,7 @@ pub enum TypeSignatureClass {
     Float,
     Decimal,
     Numeric,
-    /// Encompasses both the native Binary as well as arbitrarily sized 
FixedSizeBinary types
+    /// Encompasses Binary, FixedSizeBinary, and LargeBinary types

Review Comment:
   ```suggestion
       /// Encompasses both the native Binary/LargeBinary types as well as 
arbitrarily sized FixedSizeBinary types
   ```



-- 
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]

Reply via email to