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

enhance: add csv support for bulkinsert #34938

Merged
merged 6 commits into from
Aug 21, 2024

fix: add integration test & pass static-check

1e1e57c
Select commit
Loading
Failed to load commit list.
Merged

enhance: add csv support for bulkinsert #34938

fix: add integration test & pass static-check
1e1e57c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 21, 2024 in 1s

72.46% of diff hit (target 80.00%)

View this Pull Request on Codecov

72.46% of diff hit (target 80.00%)

Annotations

Check warning on line 37 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L37

Added line #L37 was not covered by tests

Check warning on line 53 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L53

Added line #L53 was not covered by tests

Check warning on line 76 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L76

Added line #L76 was not covered by tests

Check warning on line 86 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L86

Added line #L86 was not covered by tests

Check warning on line 90 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L90

Added line #L90 was not covered by tests

Check warning on line 96 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L96

Added line #L96 was not covered by tests

Check warning on line 113 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L113

Added line #L113 was not covered by tests

Check warning on line 117 in internal/util/importutilv2/csv/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/reader.go#L117

Added line #L117 was not covered by tests

Check warning on line 38 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L38

Added line #L38 was not covered by tests

Check warning on line 46 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L46

Added line #L46 was not covered by tests

Check warning on line 61 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 96 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L96

Added line #L96 was not covered by tests

Check warning on line 102 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L102

Added line #L102 was not covered by tests

Check warning on line 152 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L152

Added line #L152 was not covered by tests

Check warning on line 164 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L164

Added line #L164 was not covered by tests

Check warning on line 170 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L170

Added line #L170 was not covered by tests

Check warning on line 176 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L176

Added line #L176 was not covered by tests

Check warning on line 182 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L182

Added line #L182 was not covered by tests

Check warning on line 188 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L188

Added line #L188 was not covered by tests

Check warning on line 194 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L194

Added line #L194 was not covered by tests

Check warning on line 200 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L200

Added line #L200 was not covered by tests

Check warning on line 209 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L209

Added line #L209 was not covered by tests

Check warning on line 212 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L212

Added line #L212 was not covered by tests

Check warning on line 219 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L219

Added line #L219 was not covered by tests

Check warning on line 226 in internal/util/importutilv2/csv/row_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/importutilv2/csv/row_parser.go#L226

Added line #L226 was not covered by tests