Skip to content

Remove incorrect pow -> power normalization#40

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-LiBjW
Dec 25, 2025
Merged

Remove incorrect pow -> power normalization#40
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-LiBjW

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

ClickHouse does not normalize pow/POW to power in EXPLAIN AST output.
It preserves the original function name case. Removing this incorrect
normalization enables 3 tests:

  • 00756_power_alias
  • 01681_arg_min_max_if_fix
  • 03161_decimal_binary_math

ClickHouse does not normalize pow/POW to power in EXPLAIN AST output.
It preserves the original function name case. Removing this incorrect
normalization enables 3 tests:
- 00756_power_alias
- 01681_arg_min_max_if_fix
- 03161_decimal_binary_math
@kyleconroy kyleconroy merged commit cfc2d6e into main Dec 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants