Skip to content

Commit

Permalink
chore(deps): update trinodb/trino docker tag to v454 (ibis-project#9852)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent c3ff6ae commit e471471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ services:
test:
- CMD-SHELL
- trino --output-format null --execute 'show schemas in hive; show schemas in memory'
image: trinodb/trino:449
image: trinodb/trino:454
ports:
- 8080:8080
networks:
Expand Down
12 changes: 0 additions & 12 deletions ibis/backends/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
PyODBCProgrammingError,
PySparkAnalysisException,
SnowflakeProgrammingError,
TrinoUserError,
)
from ibis.util import gen_name

Expand Down Expand Up @@ -523,9 +522,6 @@ def test_insert_no_overwrite_from_dataframe(
@pytest.mark.notyet(
["datafusion"], raises=Exception, reason="DELETE DML not implemented upstream"
)
@pytest.mark.notyet(
["trino"], raises=TrinoUserError, reason="requires a non-memory connector"
)
@pytest.mark.notyet(["druid"], raises=NotImplementedError)
def test_insert_overwrite_from_dataframe(
backend, con, employee_data_1_temp_table, test_employee_data_2
Expand Down Expand Up @@ -565,11 +561,6 @@ def test_insert_no_overwrite_from_expr(
@pytest.mark.notyet(
["datafusion"], raises=Exception, reason="DELETE DML not implemented upstream"
)
@pytest.mark.notyet(
["trino"],
raises=TrinoUserError,
reason="requires a non-memory connector for truncation",
)
@pytest.mark.notyet(
["risingwave"],
raises=PsycoPg2InternalError,
Expand All @@ -590,9 +581,6 @@ def test_insert_overwrite_from_expr(
)


@pytest.mark.notyet(
["trino"], reason="memory connector doesn't allow writing to tables"
)
@pytest.mark.notimpl(
["polars", "pandas", "dask"], reason="`insert` method not implemented"
)
Expand Down

0 comments on commit e471471

Please sign in to comment.