This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Trino): create
PrestoBaseEngineSpec
base class to share common …
…code between Trino and Presto (apache#21066) * chore: create `PrestoBaseEngineSpec` class that share common functions between Presto and Trino Signed-off-by: Đặng Minh Dũng <[email protected]> * feat(Trino): support CertificateAuthentication * chore(Presto): move `get_function_names` to `PrestoBaseEngineSpec` Signed-off-by: Đặng Minh Dũng <[email protected]> * chores(Presto): remove `is_readonly_query` * feat(Trino): implement `extra_table_metadata` * feat(Trino): specify `User-Agent` Signed-off-by: Đặng Minh Dũng <[email protected]> * fix: pylint Signed-off-by: Đặng Minh Dũng <[email protected]> * chores(Presto): move `PrestoBaseEngineSpec` to `presto.py` Signed-off-by: Đặng Minh Dũng <[email protected]> * fix(Presto): typing annotations Signed-off-by: Đặng Minh Dũng <[email protected]> Signed-off-by: Đặng Minh Dũng <[email protected]>
- Loading branch information