GitHub user JoshRosen opened a pull request:

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

    [SPARK-7686] DescribeCommand is assigned wrong output attributes in 
SparkStrategies

    In `SparkStrategies`, `RunnableDescribeCommand` is called with the output 
attributes of the table being described rather than the attributes for the 
`describe` command's output.  I discovered this issue because it caused type 
conversion errors in some UnsafeRow conversion code that I'm writing.

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

    $ git pull https://github.com/JoshRosen/spark SPARK-7686

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

    https://github.com/apache/spark/pull/6217.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 #6217
    
----
commit a4eec9f0b1d909636846ec88946768d79bc18205
Author: Josh Rosen <[email protected]>
Date:   2015-05-17T08:20:39Z

    Add failing regression test for SPARK-7686

commit 953a344ae56b0f6a5677ebe295348d0829feb070
Author: Josh Rosen <[email protected]>
Date:   2015-05-17T08:21:10Z

    Fix SPARK-7686 with a simple change in SparkStrategies.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to