[
https://issues.apache.org/jira/browse/CALCITE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862830#comment-17862830
]
Caican Cai commented on CALCITE-6456:
-------------------------------------
I fix in [https://github.com/apache/calcite/pull/3839,]
> The Mysql log function rule LOG(x, base) is equivalent to LOG(base)/LOG(x)
> --------------------------------------------------------------------------
>
> Key: CALCITE-6456
> URL: https://issues.apache.org/jira/browse/CALCITE-6456
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.37.0
> Reporter: Caican Cai
> Priority: Major
> Fix For: 1.38.0
>
>
> The fact should be that the log function in mysql should be equivalent to
> LOG(x, base) is equivalent to LOG(x)/LOG(base), and the calculation is not
> the same as bigquery
--
This message was sent by Atlassian Jira
(v8.20.10#820010)