GitHub user cloud-fan opened a pull request:

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

    [SPARK-9404][SQL][WIP] unsafe array data

    It's damn hard to debug code gened java...  Sometimes Janino just report 
compile error without any reason and I feel the scope of variable is handled 
different in Janino and JDK. I will work on it later.

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

    $ git pull https://github.com/cloud-fan/spark unsafe-array

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

    https://github.com/apache/spark/pull/7752.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 #7752
    
----
commit 13dfb582b9a5304717b63d0e42d5296de28bea4d
Author: Wenchen Fan <[email protected]>
Date:   2015-07-28T05:27:31Z

    create a wrapper for array type

commit 6261c9910c023268b03a5c93f33606aa11319519
Author: Wenchen Fan <[email protected]>
Date:   2015-07-28T15:32:01Z

    remove sizeInBytes and add license

commit 66ac570066d5eaa125c54a9061b35aaa3363eee7
Author: Wenchen Fan <[email protected]>
Date:   2015-07-29T02:12:27Z

    address comment

commit ea56b2917da4705ef546a8907a8c9bf4fbd94ff2
Author: Wenchen Fan <[email protected]>
Date:   2015-07-29T03:28:45Z

    fix hive

commit 655c83317412ef06d503454fbd0ede47fc454aaa
Author: Wenchen Fan <[email protected]>
Date:   2015-07-29T05:29:17Z

    fix mllib

commit b0f7ca71e795461e75a9a2514ef49a86dd6bf011
Author: Wenchen Fan <[email protected]>
Date:   2015-07-29T07:09:25Z

    remove element type parameter from getArray

commit e9f2fc600e5311740d22c2ffb3a3737548df04fc
Author: Wenchen Fan <[email protected]>
Date:   2015-07-29T08:44:05Z

    fix hive again...

commit bb1fc15d7de95bf6de85204c8bd282bac84852c0
Author: Wenchen Fan <[email protected]>
Date:   2015-07-28T15:31:19Z

    add unsafe version of ArrayData

----


---
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