Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions continuous_integration/environment-3.10-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.10-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.8-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.8-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.9-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.9-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
2 changes: 1 addition & 1 deletion dask_sql/sql-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ properties:
Whether sql identifiers are considered case sensitive while parsing.

predicate_pushdown:
type: bool
type: boolean
description: |
Whether to try pushing down filter predicates into IO (when possible).