Skip to content

Commit 3363771

Browse files
chore(deps): update ghcr.io/risingwavelabs/risingwave docker tag to v2.1.2 (#10661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <[email protected]>
1 parent 482d04a commit 3363771

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ services:
554554
- impala
555555

556556
risingwave:
557-
image: ghcr.io/risingwavelabs/risingwave:v2.1.0
557+
image: ghcr.io/risingwavelabs/risingwave:v2.1.2
558558
command: "standalone --meta-opts=\" \
559559
--advertise-addr 0.0.0.0:5690 \
560560
--backend mem \

ibis/backends/tests/test_temporal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,8 +1977,8 @@ def test_large_timestamp(con):
19771977
pytest.mark.notimpl(["exasol"], raises=AssertionError),
19781978
pytest.mark.notyet(
19791979
["risingwave"],
1980-
raises=PsycoPg2InternalError,
1981-
reason="Parse error: timestamp without time zone Can't cast string to timestamp (expected format is YYYY-MM-DD HH:MM:SS[.D+{up to 6 digits}] or YYYY-MM-DD HH:MM or YYYY-MM-DD or ISO 8601 format)",
1980+
raises=ValueError,
1981+
reason="Only supports up to microseconds",
19821982
),
19831983
pytest.mark.notyet(["athena"], raises=PyAthenaOperationalError),
19841984
],

0 commit comments

Comments
 (0)