We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proton 1.5.15
create stream a(b datetime32(6)); Code: 43. DB::Exception: Received from localhost:8463. DB::Exception: Parameter #0 'timezone' for datetime32 has wrong type: UInt64, expected String literal. (ILLEGAL_TYPE_OF_ARGUMENT) create stream a(b datetime32(3)); Code: 43. DB::Exception: Received from localhost:8463. DB::Exception: Parameter #0 'timezone' for datetime32 has wrong type: UInt64, expected String literal. (ILLEGAL_TYPE_OF_ARGUMENT) create stream b(b datetime(6)) //OK create stream c(b datetime64(6)) //OK
This text is confusing 'timezone' for datetime32 has wrong type: UInt64, expected String literal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proton 1.5.15
This text is confusing
'timezone' for datetime32 has wrong type: UInt64, expected String literal
The text was updated successfully, but these errors were encountered: