[ 
https://issues.apache.org/jira/browse/SPARK-57042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

L. C. Hsieh resolved SPARK-57042.
---------------------------------
    Fix Version/s: 4.3.0
       Resolution: Fixed

Issue resolved by pull request 56084
[https://github.com/apache/spark/pull/56084]

> Add WritableColumnVectorBulkFillBenchmark
> -----------------------------------------
>
>                 Key: SPARK-57042
>                 URL: https://issues.apache.org/jira/browse/SPARK-57042
>             Project: Spark
>          Issue Type: Test
>          Components: SQL
>    Affects Versions: 4.3.0
>            Reporter: L. C. Hsieh
>            Assignee: L. C. Hsieh
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.3.0
>
>
> Currently there is no benchmark covering the constant-value bulk-fill
> APIs on WritableColumnVector (putBooleans, putBytes, putShorts, putInts,
> putLongs, putNulls). SPARK-57024 and SPARK-57036 are optimizing several
> of these methods; this benchmark establishes a stable baseline so future
> optimizations can be tracked.
> The benchmark sweeps count = 1, 8, 64, 512, 4096, 65536 to cover both
> the call-overhead dominated regime (small count) and the memory
> bandwidth dominated regime (large count). Each case runs on both
> OnHeapColumnVector and OffHeapColumnVector.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to