Skip to content
New issue

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

Support scientific notation representation float number #3872

Open
yangwucheng opened this issue Apr 12, 2024 · 0 comments
Open

Support scientific notation representation float number #3872

yangwucheng opened this issue Apr 12, 2024 · 0 comments

Comments

@yangwucheng
Copy link
Collaborator

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

Additional context

Add any other context or screenshots about the feature request here.

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

No branches or pull requests

1 participant