Skip to content

Implicit table in clickhouse-local#79085

Merged
alexey-milovidov merged 19 commits intomasterfrom
implicit-table
Apr 14, 2025
Merged

Implicit table in clickhouse-local#79085
alexey-milovidov merged 19 commits intomasterfrom
implicit-table

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

@alexey-milovidov alexey-milovidov commented Apr 13, 2025

Changelog category (leave one):

  • New Feature

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

clickhouse-local (and its shorthand alias, ch) now use an implicit FROM table when there is input data for processing. This closes #65023. Also enabled format inference in clickhouse-local if --input-format is not specified and it processes a regular file.

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Apr 13, 2025

Workflow [PR], commit [cd16fd1]

@clickhouse-gh clickhouse-gh bot added the pr-feature Pull request with new product feature label Apr 13, 2025
@alexey-milovidov alexey-milovidov self-assigned this Apr 14, 2025
@alexey-milovidov alexey-milovidov merged commit 32ddafd into master Apr 14, 2025
114 of 121 checks passed
@alexey-milovidov alexey-milovidov deleted the implicit-table branch April 14, 2025 19:50
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Apr 14, 2025
robot-ch-test-poll2 added a commit that referenced this pull request Apr 15, 2025
Cherry pick #79085 to 25.4: Implicit table in `clickhouse-local`
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Apr 15, 2025
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-backports-created-cloud deprecated label, NOOP label May 1, 2025
@robot-clickhouse robot-clickhouse added the pr-must-backport-synced The `*-must-backport` labels are synced into the cloud Sync PR label Jul 2, 2025
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-backports-created-cloud deprecated label, NOOP pr-feature Pull request with new product feature 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.

clickhouse-local: if there is input, use it as a default table in SELECT instead of system.one

4 participants