Junhao Liu

Results 13 issues of 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/)...

kind/feature
priority/backlog
scan/misconfiguration
target/container-image

## 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...

logical-expr
physical-expr
substrait

### 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...

enhancement

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...

enhancement

## Which issue does this PR close? Closes #10274 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...

sql
logical-expr
optimizer
Stale

### 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) |...

bug

## Which issue does this PR close? Closes #10270 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...

logical-expr

## Which issue does this PR close? Part of #10336 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ##...

sqllogictest

## Which issue does this PR close? Closes #10389 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...

logical-expr
physical-expr