Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed issue where tests #576

Merged
merged 1 commit into from
May 12, 2019
Merged

Commits on May 12, 2019

  1. [SPARK-27675][SQL] do not use MutableColumnarRow in ColumnarBatch

    ## What changes were proposed in this pull request?
    
    To move DS v2 API to the catalyst module, we can't refer to an internal class (`MutableColumnarRow`) in `ColumnarBatch`.
    
    This PR creates a read-only version of `MutableColumnarRow`, and use it in `ColumnarBatch`.
    
    close #24546
    
    ## How was this patch tested?
    
    existing tests
    
    Closes #24581 from cloud-fan/mutable-row.
    
    Authored-by: Wenchen Fan <wenchen@databricks.com>
    Signed-off-by: HyukjinKwon <gurwls223@apache.org>
    cloud-fan authored and HyukjinKwon committed May 12, 2019
    Configuration menu
    Copy the full SHA
    9ff77b1 View commit details
    Browse the repository at this point in the history