WillAyd commented on issue #1333: URL: https://github.com/apache/arrow-adbc/issues/1333#issuecomment-1835551181
I think this started with this upstream PR in polars: https://github.com/pola-rs/polars/pull/12713 It looks like in arrow-adbc we are driving the release number off of what `git describe --long --always` produces: https://github.com/apache/arrow-adbc/blob/163bc03664fc6c0a855364b96dd9374b097373cb/python/adbc_driver_postgresql/adbc_driver_postgresql/_version.py#L117 But it looks like the tags that exist don't exist on the main branch, and the commits they reference are on the maintenance branches (were these cherry-picked?) so when building from source you always end up with version `0.0.0+dirty` Is it intentional for tags not to exist on the main branch or a msitake? -- 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