jorisvandenbossche commented on code in PR #38349:
URL: https://github.com/apache/arrow/pull/38349#discussion_r1374188510
##########
cpp/src/arrow/compute/kernels/vector_hash.cc:
##########
@@ -761,8 +761,9 @@ const DictionaryEncodeOptions*
GetDefaultDictionaryEncodeOptions() {
const FunctionDoc dictionary_encode_doc(
"Dictionary-encode array",
- ("Return a dictionary-encoded version of the input array."), {"array"},
- "DictionaryEncodeOptions");
+ ("Return a dictionary-encoded version of the input array.\n"
+ "This function does nothing if the input is already a dictionary."),
Review Comment:
```suggestion
"This function does nothing if the input is already a dictionary
array."),
```
--
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]