Skip to content

Conversation

@lidavidm
Copy link
Member

Fixes #3007.

@lidavidm lidavidm marked this pull request as ready for review June 27, 2025 03:00
@github-actions github-actions bot added this to the ADBC Libraries 19 milestone Jun 27, 2025
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@lidavidm lidavidm merged commit 900fe52 into apache:main Jun 27, 2025
57 of 63 checks passed
@lidavidm lidavidm deleted the gh-3007 branch June 27, 2025 03:23
@kou
Copy link
Member

kou commented Jun 27, 2025

Hmm. This might break CI: https://github.com/apache/arrow-adbc/actions/runs/15918511789/job/44900698748?pr=3041#step:19:12

/Users/runner/work/arrow-adbc/arrow-adbc/python/adbc_driver_manager/tests/test_dbapi.py
  /Users/runner/work/arrow-adbc/arrow-adbc/python/adbc_driver_manager/tests/test_dbapi.py:488:35 - error: Argument of type "Path" cannot be assigned to parameter "driver" of type "str" in function "connect"
    "Path" is not assignable to "str" (reportArgumentType)
/Users/runner/work/arrow-adbc/arrow-adbc/python/adbc_driver_manager/tests/test_lowlevel.py
  /Users/runner/work/arrow-adbc/arrow-adbc/python/adbc_driver_manager/tests/test_lowlevel.py:475:20 - error: Argument of type "Path" cannot be assigned to parameter "driver" of type "str" in function "__init__"
    "Path" is not assignable to "str" (reportArgumentType)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python/adbc_driver_manager: accept Path for AdbcDatabase's driver param

2 participants