rok commented on PR #33925: URL: https://github.com/apache/arrow/pull/33925#issuecomment-1429487928
I think optional `dim_names` + optional `permutation` would be a good design. One potential issue would be: when a row-major application would pass data to a column-major application we'd want to force passing of permutation so data is not misinterpreted. I propose `permutation` is mandatory (it can be derived from `C`/`F` by our implementation easily). -- 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]
