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

[improvement] Some performance related changes to evaluate #1426

Merged

Merge branch 'main' into insert-performance-improvements

d0b8c0e
Select commit
Loading
Failed to load commit list.
Merged

[improvement] Some performance related changes to evaluate #1426

Merge branch 'main' into insert-performance-improvements
d0b8c0e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 17, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 65 in lib/column/enum.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int16 without an upper bound check.
Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int16 without an upper bound check.