Skip to content

Commit

Permalink
feat(trino): map parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 18, 2023
1 parent bd7af2a commit 53bd910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_scalar_param_struct(con):


@pytest.mark.notimpl(
["clickhouse", "datafusion", "duckdb", "impala", "pyspark", "polars", "trino"]
["clickhouse", "datafusion", "duckdb", "impala", "pyspark", "polars"]
)
@pytest.mark.never(
["mysql", "sqlite", "mssql"],
Expand Down

0 comments on commit 53bd910

Please sign in to comment.