liujiwen-up commented on code in PR #31580:
URL: https://github.com/apache/superset/pull/31580#discussion_r1895294812
##########
tests/unit_tests/db_engine_specs/test_doris.py:
##########
@@ -85,25 +86,25 @@ def test_get_column_spec(
(
"doris://user:password@host/db1",
{"param1": "some_value"},
- "db1",
+ "internal.information_schema",
Review Comment:
@villebro Yes, in Apache Doris, in order to be compatible with different BI
tools, we have information_schema for each catalog. When no catalog is
specified, the default catalog is internal. This feature corresponds to this PR
of Doris, https://github.com/apache/doris/pull/28919
--
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]