mapleFU commented on issue #34510: URL: https://github.com/apache/arrow/issues/34510#issuecomment-1464833898
Maybe you can use Fixed Sized binary and have a transmute rule for it. Like `FixedLengthBinary(sizeof(double) * 80)`, and use zero-copying here. But it's still tricky... > or even some of the other primitive encodings such as the deeply flawed DELTA_BINARY_PACKED Hi @tustvold . To be honest, I wonder why `DELTA_BINARY_PACKED` is deeply flawed, it's here any reference or comments -- 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]
