feat(sparksql): Add Spark-specific sequence function for integer types #38016
Triggered via pull request
February 24, 2026 03:41
Status
Success
Total duration
2h 39m 54s
Artifacts
3
linux-build.yml
on: pull_request
Build with GCC
/
get-changes
24s
Build with GCC
/
Ubuntu debug with resolve_dependency
1h 55m
Build with GCC
/
Fedora debug
1h 16m
Build with GCC
/
Linux release with adapters
2h 39m
Annotations
10 warnings
|
bugprone-narrowing-conversions:
./velox/functions/prestosql/Sequence.h#L178
narrowing conversion from 'size_t' (aka 'unsigned long') to signed type 'vector_size_t' (aka 'int') is implementation-defined
|
|
misc-const-correctness:
./velox/functions/prestosql/Sequence.h#L177
variable 'elements' of type 'VectorPtr' (aka 'shared_ptr<BaseVector>') can be declared 'const'
|
|
misc-const-correctness:
./velox/functions/prestosql/Sequence.h#L147
variable 'offsets' of type 'BufferPtr' (aka 'intrusive_ptr<Buffer>') can be declared 'const'
|
|
misc-const-correctness:
./velox/functions/prestosql/Sequence.h#L146
variable 'sizes' of type 'BufferPtr' (aka 'intrusive_ptr<Buffer>') can be declared 'const'
|
|
misc-const-correctness:
./velox/functions/prestosql/Sequence.h#L132
variable 'decodedArgs' of type 'exec::DecodedArgs' can be declared 'const'
|
|
bugprone-narrowing-conversions:
./velox/functions/prestosql/Sequence.h#L92
narrowing conversion from 'int128_t' (aka '__int128') to signed type 'int64_t' (aka 'long') is implementation-defined
|
|
bugprone-narrowing-conversions:
./velox/functions/prestosql/Sequence.h#L85
narrowing conversion from 'int128_t' (aka '__int128') to signed type 'int32_t' (aka 'int') is implementation-defined
|
|
bugprone-narrowing-conversions:
./velox/functions/prestosql/Sequence.h#L78
narrowing conversion from 'int128_t' (aka '__int128') to signed type 'int64_t' (aka 'long') is implementation-defined
|
|
bugprone-narrowing-conversions:
./velox/functions/prestosql/Sequence.h#L69
narrowing conversion from 'int128_t' (aka '__int128') to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
bugprone-narrowing-conversions:
./velox/functions/prestosql/Sequence.h#L62
narrowing conversion from 'int128_t' (aka '__int128') to signed type 'int8_t' (aka 'signed char') is implementation-defined
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ccache-fedora-debug-default-gcc-16339_merge
|
27.2 MB |
sha256:268dc3ab2c8e14d8764d4a3d69eba2a68819c0dd96bcae19c6783467640e27a6
|
|
|
ccache-linux-adapters-gcc-16339_merge
|
3.97 GB |
sha256:d2d67c5998ed2f8455a15872e7232417af092d85d4fe36fbfa0ec06be9e448ba
|
|
|
ccache-ubuntu-debug-default-gcc-16339_merge
|
5 GB |
sha256:81ccc9a461c4b37f523b820131a86392fa1f78b921c5a5ef20cd7649dbd91f25
|
|