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

refactor(flink): port to sqlglot #8268

Merged
merged 1 commit into from
Feb 12, 2024

refactor(flink): port to sqlglot

75d6e02
Select commit
Loading
Failed to load commit list.
Merged

refactor(flink): port to sqlglot #8268

refactor(flink): port to sqlglot
75d6e02
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 12, 2024 in 1s

65.73% of diff hit (within 92.00% threshold of 84.29%)

View this Pull Request on Codecov

65.73% of diff hit (within 92.00% threshold of 84.29%)

Annotations

Check warning on line 1439 in ibis/backends/base/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/__init__.py#L1439

Added line #L1439 was not covered by tests

Check warning on line 1443 in ibis/backends/base/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/__init__.py#L1443

Added line #L1443 was not covered by tests

Check warning on line 51 in ibis/backends/base/sql/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sql/__init__.py#L48-L51

Added lines #L48 - L51 were not covered by tests

Check warning on line 62 in ibis/backends/base/sql/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sql/__init__.py#L62

Added line #L62 was not covered by tests

Check warning on line 64 in ibis/backends/base/sql/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sql/__init__.py#L64

Added line #L64 was not covered by tests

Check warning on line 66 in ibis/backends/base/sql/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sql/__init__.py#L66

Added line #L66 was not covered by tests

Check warning on line 188 in ibis/backends/base/sql/compiler/select_builder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sql/compiler/select_builder.py#L188

Added line #L188 was not covered by tests

Check warning on line 197 in ibis/backends/base/sql/compiler/select_builder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sql/compiler/select_builder.py#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 52 in ibis/backends/base/sqlglot/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/__init__.py#L52

Added line #L52 was not covered by tests

Check warning on line 58 in ibis/backends/base/sqlglot/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/__init__.py#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 108 in ibis/backends/base/sqlglot/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/__init__.py#L108

Added line #L108 was not covered by tests

Check warning on line 74 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L74

Added line #L74 was not covered by tests

Check warning on line 127 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L127

Added line #L127 was not covered by tests

Check warning on line 137 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L137

Added line #L137 was not covered by tests

Check warning on line 300 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L300

Added line #L300 was not covered by tests

Check warning on line 343 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L343

Added line #L343 was not covered by tests

Check warning on line 639 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L639

Added line #L639 was not covered by tests

Check warning on line 968 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L968

Added line #L968 was not covered by tests

Check warning on line 1025 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1025

Added line #L1025 was not covered by tests

Check warning on line 1091 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1088-L1091

Added lines #L1088 - L1091 were not covered by tests

Check warning on line 1098 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1095-L1098

Added lines #L1095 - L1098 were not covered by tests

Check warning on line 1117 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1117

Added line #L1117 was not covered by tests

Check warning on line 1120 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1120

Added line #L1120 was not covered by tests

Check warning on line 1131 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1131

Added line #L1131 was not covered by tests

Check warning on line 1134 in ibis/backends/base/sqlglot/compiler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/base/sqlglot/compiler.py#L1134

Added line #L1134 was not covered by tests