Skip to content

Commit

Permalink
added enable_prepared_ddl feature flag in k8s/ci/storage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Mar 6, 2024
1 parent d144d12 commit 702c5d0
Show file tree
Hide file tree
Showing 7 changed files with 337 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ inputs:
description: 'SLO workload #5 docker build arguments'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
2 changes: 1 addition & 1 deletion dist/main/index.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion k8s/ci/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ spec:
nto_select: 5
ssid: 1
table_service_config:
enable_prepared_ddl: true
sql_version: 1
enable_kqp_scan_query_source_read: true
enable_kqp_data_query_source_read: true
enable_kqp_data_query_stream_lookup: true
enable_kqp_scan_query_stream_lookup: true
enable_kqp_immediate_effects: true
enable_sequential_reads: true
actor_system_config:
batch_executor: 2
io_executor: 3
Expand Down
Loading

0 comments on commit 702c5d0

Please sign in to comment.