chenbaggio commented on issue #44827:
URL: https://github.com/apache/arrow/issues/44827#issuecomment-2504129501

   hello, our application implemented a new dictionary array interface 
`RefreshDictArray`,  it call the `DictionaryArray::Transpose`,
   and pass transpose map and src idx,  in the situation 
`DictionaryArray::Transpose` is not internal function any more,  so I think
   it should be handle in  `DictionaryArray::Transpose` or handle in 
`TransposeInts`
   
   handle in `DictionaryArray::Transpose`  is a good way, it may keep the 
performance of `TransposeInts`
   


-- 
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]

Reply via email to