apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.28k stars 3.47k forks source link

[Format] Should there be a copy of adbc.h in the Arrow repository #41607

Open CurtHagenlocher opened 4 months ago

CurtHagenlocher commented 4 months ago

Describe the bug, including details regarding any error messages, version, and platform.

The copy of adbc.h in the Arrow repository does not include ADBC 1.1 and later changes. Should there even be a copy here? If not, perhaps it ought to be removed. If so, it should be updated.

I tentatively think it should be removed.

Component(s)

Format

kou commented 4 months ago

@lidavidm What do you think about this?

BTW, we should backport #38953 to apache/arrow-adbc.

lidavidm commented 4 months ago

I'd rather remove the copy here since it's just going to get out of sync