liujiwen-up commented on code in PR #31580:
URL: https://github.com/apache/superset/pull/31580#discussion_r1895295041
##########
tests/unit_tests/db_engine_specs/test_doris.py:
##########
@@ -120,6 +121,11 @@ def test_adjust_engine_params(
returned_url, returned_connect_args = DorisEngineSpec.adjust_engine_params(
url, connect_args
)
+ # # Update expected schema to include .information_schema
+ # if return_schema not in ".":
+ # expected_schema = f"{return_schema}.information_schema"
+ # else:
+ # expected_schema = return_schema
Review Comment:
Sorry, this is redundant, I will delete it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]