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

[FEAT] connect: support basic column operations #3362

Merged
merged 1 commit into from
Dec 4, 2024

[FEAT] connect: support basic column operations

a0165a6
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] connect: support basic column operations #3362

[FEAT] connect: support basic column operations
a0165a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 4, 2024 in 1s

25.44% of diff hit (target 77.39%)

View this Pull Request on Codecov

25.44% of diff hit (target 77.39%)

Annotations

Check warning on line 120 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L120

Added line #L120 was not covered by tests

Check warning on line 128 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L126-L128

Added lines #L126 - L128 were not covered by tests

Check warning on line 132 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L130-L132

Added lines #L130 - L132 were not covered by tests

Check warning on line 136 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L134-L136

Added lines #L134 - L136 were not covered by tests

Check warning on line 140 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L138-L140

Added lines #L138 - L140 were not covered by tests

Check warning on line 144 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L142-L144

Added lines #L142 - L144 were not covered by tests

Check warning on line 148 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L146-L148

Added lines #L146 - L148 were not covered by tests

Check warning on line 152 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L150-L152

Added lines #L150 - L152 were not covered by tests

Check warning on line 156 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L154-L156

Added lines #L154 - L156 were not covered by tests

Check warning on line 160 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L158-L160

Added lines #L158 - L160 were not covered by tests

Check warning on line 163 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 166 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 170 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 174 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 177 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 179 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L179

Added line #L179 was not covered by tests

Check warning on line 187 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L185-L187

Added lines #L185 - L187 were not covered by tests

Check warning on line 191 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L189-L191

Added lines #L189 - L191 were not covered by tests

Check warning on line 195 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L193-L195

Added lines #L193 - L195 were not covered by tests

Check warning on line 198 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 202 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L202

Added line #L202 was not covered by tests

Check warning on line 206 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L204-L206

Added lines #L204 - L206 were not covered by tests

Check warning on line 219 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L208-L219

Added lines #L208 - L219 were not covered by tests

Check warning on line 235 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L221-L235

Added lines #L221 - L235 were not covered by tests

Check warning on line 250 in src/daft-connect/src/translation/datatype.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-connect/src/translation/datatype.rs#L237-L250

Added lines #L237 - L250 were not covered by tests