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

[SPARK-4520] [SQL] This pr fixes the ArrayIndexOutOfBoundsException as r... #4148

Closed
wants to merge 1 commit into from

Commits on Jan 21, 2015

  1. [SPARK-4520] [SQL] This pr fixes the ArrayIndexOutOfBoundsException a…

    …s raised in SPARK-4520.
    
    The exception is thrown only for a thrift generated
    parquet file. The array element schema name is assumed
    as "array" as per ParquetAvro but for thrift generated
    parquet files, it is array_name + "_tuple". This leads
    to missing child of array group type and hence when the
    parquet rows are being materialized leads to the exception.
    Sadhan Sood committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    c5ccde8 View commit details
    Browse the repository at this point in the history