marin-ma commented on PR #12088: URL: https://github.com/apache/gluten/pull/12088#issuecomment-4441685330
The reason we don't use `isNullAt()` is that it's a virtual function. Since it's on the hotspot code path, we want to avoid virtual function calls as much as possible. cc: @FelixYBW -- 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]
