kou opened a new pull request, #3221: URL: https://github.com/apache/arrow-adbc/pull/3221
adbc-arrow-glib depends on arrow-glib. In general, arrow-glib is released as major version release frequently. Our adbc-arrow-glib deb/rpm packages may refer old arrow-glib binaries soon. If the adbc-arrow-glib deb/rpm packages refer old arrow-glib binaries, both of old arrow-glib and new arrow-glib (via red-arrow gem) may be used in the same process. It causes some problems such as "File already exists in database: orc_proto.proto". We can implement red-arrow integration without adbc-arrow-glib by C data interface. So, let's avoid using adbc-arrow-glib. Fixes #3178. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org