cloud-fan commented on code in PR #37340:
URL: https://github.com/apache/spark/pull/37340#discussion_r937303079
##########
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeRow.java:
##########
@@ -46,10 +46,10 @@
/**
* An Unsafe implementation of Row which is backed by raw memory instead of
Java objects.
*
- * Each tuple has three parts: [null bit set] [values] [variable length
portion]
+ * Each tuple has three parts: [null-tracking bit set] [values] [variable
length portion]
*
- * The bit set is used for null tracking and is aligned to 8-byte word
boundaries. It stores
- * one bit per field.
+ * The null-tracking bit set is used for null tracking and is aligned to
8-byte word boundaries.
Review Comment:
```suggestion
* The null-tracking bit set is aligned to 8-byte word boundaries.
```
--
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]