Junhao Liu
Junhao Liu
Hi Team, Recently, I want a security scanner to get the image's misconfiguration information, such as the Dockerfile which builds the image. Now I try the command from the [documentation:](https://aquasecurity.github.io/trivy/v0.30.4/docs/misconfiguration/scanning/)...
## Which issue does this PR close? Closes #9286 ## What changes are included in this PR? Port logic describe in the issue, also I'm wondering whether I can remove...
### Is your feature request related to a problem or challenge? When I learn `Sort` implementation for #9170 I found now the `fetch` option in ExternalSorter is not used since...
This wants to fix #3195 Consider the case: if (size < acc.size) ```scala val (out, rem) = acc.splitAt(size - 1) Pull.output(out) >> go(rem ++ hd, -1, tl) ``` The code...
### Is your feature request related to a problem or challenge? The current implementation in #9936 for `Sort` is probably not correct. It ignores `asc` and `null_first` field. IMO, the...
## Which issue does this PR close? Closes #10274 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
### Describe the bug The type name for CAST is not correct when using datafusion-cli ### To Reproduce DataFusion CLI v37.1.0 > SELECT CAST(2 AS INTEGER); +----------+ | Int64(2) |...
## Which issue does this PR close? Closes #10270 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
## Which issue does this PR close? Part of #10336 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ##...
## Which issue does this PR close? Closes #10389 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...