We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40614b commit 907f8f8Copy full SHA for 907f8f8
1 file changed
tests/integration/test_storage_delta/test.py
@@ -4074,7 +4074,8 @@ def test_network_activity_with_system_tables(started_cluster):
4074
4075
query_id = f"{table_name}_query"
4076
instance.query(
4077
- f"SELECT * FROM system.tables WHERE name = '{table_name}'", query_id=query_id
+ f"SELECT database, name, engine FROM system.tables WHERE name = '{table_name}'",
4078
+ query_id=query_id,
4079
)
4080
4081
instance.query("SYSTEM FLUSH LOGS text_log")
0 commit comments