Skip to content

Fix creating type hint for path 'skip' in JSON#92842

Merged
Avogar merged 3 commits intoClickHouse:masterfrom
Avogar:fix-typed-path-skip
Dec 29, 2025
Merged

Fix creating type hint for path 'skip' in JSON#92842
Avogar merged 3 commits intoClickHouse:masterfrom
Avogar:fix-typed-path-skip

Conversation

@Avogar
Copy link
Copy Markdown
Member

@Avogar Avogar commented Dec 22, 2025

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Fix creating type hint for path 'skip' in JSON. Closes #92731

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@Avogar Avogar added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Dec 22, 2025
@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Dec 22, 2025

Workflow [PR], commit [7ead747]

Summary:

job_name test_name status info comment
Stateless tests (amd_debug, AsyncInsert, s3 storage, parallel) failure
03734_has_function_key_condition_skip_index FAIL issue ISSUE CREATED
Stateless tests (amd_debug, distributed plan, s3 storage, parallel) failure
02319_lightweight_delete_on_merge_tree FAIL issue ISSUE EXISTS
Integration tests (amd_asan, db disk, old analyzer, 2/6) failure
test_storage_s3_queue/test_1.py::test_max_set_size FAIL issue ISSUE CREATED
AST fuzzer (amd_ubsan) failure
Logical error: Column A already added for reading (STID: 4792-6d2d) FAIL issue ISSUE EXISTS
BuzzHouse (amd_debug) failure
Logical error: 'Inconsistent AST formatting: the query: (STID: 1941-1bfa) FAIL issue ISSUE EXISTS
Unit tests (tsan) error IGNORED

@clickhouse-gh clickhouse-gh bot added the pr-bugfix Pull request with bugfix, not backported by default label Dec 22, 2025
@evillique evillique self-assigned this Dec 23, 2025
@Avogar Avogar added this pull request to the merge queue Dec 29, 2025
Merged via the queue into ClickHouse:master with commit f5ec224 Dec 29, 2025
124 of 131 checks passed
@Avogar Avogar deleted the fix-typed-path-skip branch December 29, 2025 17:00
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Dec 29, 2025
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR label Dec 29, 2025
robot-ch-test-poll2 added a commit that referenced this pull request Dec 30, 2025
Cherry pick #92842 to 25.3: Fix creating type hint for path 'skip' in JSON
robot-ch-test-poll2 added a commit that referenced this pull request Dec 30, 2025
Cherry pick #92842 to 25.8: Fix creating type hint for path 'skip' in JSON
robot-ch-test-poll2 added a commit that referenced this pull request Dec 30, 2025
Cherry pick #92842 to 25.10: Fix creating type hint for path 'skip' in JSON
robot-ch-test-poll2 added a commit that referenced this pull request Dec 30, 2025
Cherry pick #92842 to 25.11: Fix creating type hint for path 'skip' in JSON
robot-ch-test-poll2 added a commit that referenced this pull request Dec 30, 2025
Cherry pick #92842 to 25.12: Fix creating type hint for path 'skip' in JSON
@robot-ch-test-poll robot-ch-test-poll added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Dec 30, 2025
clickhouse-gh bot added a commit that referenced this pull request Dec 30, 2025
Backport #92842 to 25.10: Fix creating type hint for path 'skip' in JSON
clickhouse-gh bot added a commit that referenced this pull request Dec 30, 2025
Backport #92842 to 25.12: Fix creating type hint for path 'skip' in JSON
clickhouse-gh bot added a commit that referenced this pull request Dec 30, 2025
Backport #92842 to 25.11: Fix creating type hint for path 'skip' in JSON
clickhouse-gh bot added a commit that referenced this pull request Dec 30, 2025
Backport #92842 to 25.8: Fix creating type hint for path 'skip' in JSON
Avogar added a commit that referenced this pull request Dec 31, 2025
Backport #92842 to 25.3: Fix creating type hint for path 'skip' in JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care! pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSON type: can't create a type hint for a field named 'skip'

5 participants