andishgar commented on issue #49179: URL: https://github.com/apache/arrow/issues/49179#issuecomment-3882955663
@kou, I think it would be better to first change the C type of `arrow::HalfFloatType`. I found a pull request about this [here](https://github.com/apache/arrow/pull/47519). What should I do? Should I wait until that PR is finished, or should I make the change in my own PR? (In my PR, the storage type of `arrow::HalfFloatType` depends on the compiler: `_Float16` for GCC/Clang and `uint16_t` for MSVC.) -- 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]
