kyuubi/python/pyhive
Octavian Ciubotaru 2a2e4c2123
[KYUUBI #6905] PyHive HTTP/HTTPS dialect to use the database name from url
### Why are the changes needed?
HTTP dialect ignores the database specified in the URL and uses the "default" instead.

### How was this patch tested?
Tested manually.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #6906 from developster/pyhive-update1.

Closes #6905

6e21d7259 [Cheng Pan] Update python/pyhive/sqlalchemy_hive.py
ec7d4629e [Octavian Ciubotaru] [KYUUBI #6905] PyHive HTTP/HTTPS dialect to use the database name from url

Lead-authored-by: Octavian Ciubotaru <ociubotaru@developmentgateway.org>
Co-authored-by: Cheng Pan <pan3793@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2025-02-14 10:30:32 +08:00
..
tests [KYUUBI #6485] Fix the Presto TABLE NOT FOUND error message that failed to match 2024-08-12 08:38:09 +00:00
__init__.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
common.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
exc.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
hive.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
presto.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
sasl_compat.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
sqlalchemy_hive.py [KYUUBI #6905] PyHive HTTP/HTTPS dialect to use the database name from url 2025-02-14 10:30:32 +08:00
sqlalchemy_presto.py [KYUUBI #6485] Fix the Presto TABLE NOT FOUND error message that failed to match 2024-08-12 08:38:09 +00:00
sqlalchemy_trino.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00
trino.py [KYUUBI #5686][FOLLOWUP] Rename pyhive to python 2024-04-09 20:30:02 +08:00