BOKJUNSOO commented on PR #4498: URL: https://github.com/apache/arrow-adbc/pull/4498#issuecomment-4953687964
Thanks. Fixed in d929cfc5 by defining `__extension__ using UInt128 = unsigned __int128;` under the existing `__SIZEOF_INT128__` guard and using the alias throughout the fast path. I verified the actual writer header with GCC 14 using `-std=gnu++17 -Wpedantic -Werror`; the PostgreSQL COPY test suite also passes (73 tests). -- 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]
