chaokunyang commented on PR #1480: URL: https://github.com/apache/incubator-fury/pull/1480#issuecomment-2044659762
> > The thing is that java `java.nio.ByteBuffer` use `getInt/getLong/putInt/putLong`. If we use a different name here, it may intruduce confusition to users. `org.apache.arrow.memory.ArrowBuf` also use `setInt/setLong/putInt/putLong` > > I still prefer `int32/int64`. We can emphasize the compatibility issues of ByteBuffer in the document. We can ask other members of the community for suggestions. Seems `int32/64` style is better, I will post this to the dev@fury apache.org for more feedbacks -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
