Fix attempt to create table from table function#1701
Fix attempt to create table from table function#1701ianton-ru wants to merge 2 commits intoantalya-25.8from
Conversation
|
@codex review |
PR #1701 audit (Altinity/ClickHouse)AI audit note: This review was generated by AI (gpt-5.3-codex). PR: Fix attempt to create table from table function Confirmed defectsNo confirmed defects in reviewed scope. Coverage summary
Fault-category matrix (in-scope)
Call graph (anchor)
Code reference (change under review) if (!is_table_function
&& !columns_in_table_or_function_definition.empty()
&& !is_datalake_query
&& mode_ == LoadingStrictnessLevel::CREATE)
{
configuration->create(
object_storage,
context_,
columns_in_table_or_function_definition,
partition_by,
if_not_exists,
catalog,
table_id_
);
} |
|
@codex review |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Failed tests looks unrelated to current PR |
|
Please, do not write "Solved .." in changelog It belongs to PR body indeed -- just put it someplace else next time |
Solved #1683
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix attempt to create table from table function
Documentation entry for user-facing changes
After rewrite query to object storage with using remote initiator ClickHouse tried to create table.
Call of
createrelies on fact of column definitions on start, but with remote initiator feature column definitions are added during query rewrite.CI/CD Options
Exclude tests:
Regression jobs to run: