Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/risingwavelabs/risingwave docker tag to v2.1.2 #10661

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ services:
- impala

risingwave:
image: ghcr.io/risingwavelabs/risingwave:v2.1.0
image: ghcr.io/risingwavelabs/risingwave:v2.1.2
command: "standalone --meta-opts=\" \
--advertise-addr 0.0.0.0:5690 \
--backend mem \
Expand Down
4 changes: 2 additions & 2 deletions ibis/backends/tests/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,8 +1977,8 @@ def test_large_timestamp(con):
pytest.mark.notimpl(["exasol"], raises=AssertionError),
pytest.mark.notyet(
["risingwave"],
raises=PsycoPg2InternalError,
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)",
raises=ValueError,
reason="Only supports up to microseconds",
),
pytest.mark.notyet(["athena"], raises=PyAthenaOperationalError),
],
Expand Down
Loading