We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to execute the following query results in the error TypeError: DecimalColumn.__init__() got multiple values for argument 'scale'
TypeError: DecimalColumn.__init__() got multiple values for argument 'scale'
client.execute("SELECT [now64() - interval 1 day, now64()] AS arr, arrayZip(arr, arrayDifference(arr))")
The version without sub-second precision works however:
client.execute("SELECT [now() - interval 1 day, now()] AS arr, arrayZip(arr, arrayDifference(arr))")
Running the original query in clickhouse-client also works, to rule out an error in CH itself.
clickhouse-client
Versions
SELECT version()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to execute the following query results in the error
TypeError: DecimalColumn.__init__() got multiple values for argument 'scale'
The version without sub-second precision works however:
Running the original query in
clickhouse-client
also works, to rule out an error in CH itself.Versions
SELECT version()
query: 24.8.7.41The text was updated successfully, but these errors were encountered: