GitHub user original-brownbear opened a pull request:

    https://github.com/apache/spark/pull/19179

    TRIVIAL: Cleanup Todo for removal of 
org.apache.spark.sql.catalyst.expressions.codegen.UnsafeRowWriter#alignToWords

    Hope this qualifies as a trivial fix without a JIRA.
    
    ## What changes were proposed in this pull request?
    
    Removed the method 
`org.apache.spark.sql.catalyst.expressions.codegen.UnsafeRowWriter#alignToWords`.
    It became unused as a result of 85b0a157543201895557d66306b38b3ca52f2151
    (SPARK-15962) introducing word alignment for unsafe arrays.
    
    ## How was this patch tested?
    
    Build still passes after removing the method, grepping the codebase for 
`alignToWords` shows no reference to it anywhere either.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/original-brownbear/spark 
remove-UnsafeRowWriter-alignToWords

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19179.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19179
    
----
commit 337b79de3e1b9cbcf8f2dc68286b20f20ac0c5ca
Author: Armin <[email protected]>
Date:   2017-09-10T11:50:17Z

    TRIVIAL: Cleanup Todo for removal of 
org.apache.spark.sql.catalyst.expressions.codegen.UnsafeRowWriter#alignToWords
    
    This method became unused as a result of 
85b0a157543201895557d66306b38b3ca52f2151
    (SPARK-15962) introducing word alignment for unsafe arrays.

----


---

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

Reply via email to