Skip to content

Commit

Permalink
Fix for sort
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdmulder committed Jan 21, 2025
1 parent d548e77 commit 99faa6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
clickhouse:
# https://docs.docker.com/compose/compose-file/#variable-substitution
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-24.3}"
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION:-23.8}"
volumes:
- ./entrypoint.sh:/custom-entrypoint.sh
- ./server-config.xml:/etc/clickhouse-server/config.d/server-config.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
scala: [2.13.16, 3.3.1]
clickhouse: [22.8, 23.3, 23.8, 24.3]
clickhouse: [22.8, 23.3, 23.8] # 24.3 has issues because of join change https://clickhouse.com/docs/en/operations/analyzer#join-using-column-from-projection
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 99faa6f

Please sign in to comment.