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
Describe the feature you'd like
A clear and concise description of what you want to happen.
CREATE TABLE demo_table1 ( id BIGINT, name STRING, age BIGINT, score FLOAT(53), ts FLOAT(53), dt DATE ) INSERT INTO demo_table1 (id, name, age, score, ts, dt) VALUES (1, 'Alice', 25, 1.1e0, 1712911045, '2024-01-01')
support float value 1.1e0 for field score
1.1e0
score
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature you'd like
A clear and concise description of what you want to happen.
support float value
1.1e0
for fieldscore
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: