domoritz commented on issue #1064:
URL: https://github.com/apache/arrow-rs/issues/1064#issuecomment-1003600138
I can make the pull request. I don't understand this comment, though
```
/// If dictionary is not enabled, this is treated as a primary encoding
for all
/// columns. In case when dictionary is enabled for any column, this
value is
/// considered to be a fallback encoding for that column.
```
What does `this` or `this value` refer to? The whole comment probably should
be rewritten to be clearer.
For now, I assume it meant to say
```
/// If dictionary is not enabled, the provided value is treated as a
primary
/// encoding for all columns. When dictionary is enabled for a column,
this
/// value is considered to be a fallback encoding for that column.
```
--
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]