Merge pull request #540 from splitgraph/datafusion-31-upgrade #1120
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
17 warnings
python
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
python
unneeded sub `cfg` when there is only one condition
|
python
this is an outer doc comment and does not apply to the parent module or crate
|
python
this loop could be written as a `while let` loop
|
python
very complex type used. Consider factoring parts into `type` definitions
|
python
very complex type used. Consider factoring parts into `type` definitions
|
python
use of `expect` followed by a function call
|
python
this `to_owned` call clones the Cow<'_, str> itself and does not cause the Cow<'_, str> contents to become owned
|
python
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
python
this lifetime isn't used in the impl
|
python
this lifetime isn't used in the impl
|
python
output filename collision.
|
python
output filename collision.
|
python
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|