jduo commented on issue #37701: URL: https://github.com/apache/arrow/issues/37701#issuecomment-1720113268
On VectorValueComparator, there is a field for tracking the width of a value that applies to fixed-width vectors. For BitVectors this is a bit problematic since the width is an integer and BitVectors store use a single bit for values. It looks like this can be used for sorting algorithms. What should be the behavior here? It seems that for variable-width types this gets ignored. -- 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]
