ively
> easy in Spark we don't need tons of builtins like an RDBMS does.
>
> On Tue, Feb 5, 2019, 7:43 AM Petar Zečević
> Hi everybody,
> I finally created the JIRA ticket and the pull request for the two array
> indexing functions:
> https://issues.apache.org/jira
Hi everybody,
I finally created the JIRA ticket and the pull request for the two array
indexing functions:
https://issues.apache.org/jira/browse/SPARK-26826
Can any of the committers please check it out?
Thanks,
Petar
Petar Zečević writes:
> Hi,
> I implemented two array function
.functions
> package?
>
> I am asking because I wonder if/how Catalyst can take those functions into
> account for producing more optimized plans, maybe you or someone else in the
> list can clarify this.
>
> Best regards,
> Alessandro
>
> On Tue, 20 Nov 2018 at
quest.
--
Petar Zečević
-
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org
Hi, I made some changes to SPARK-24020
(https://github.com/apache/spark/pull/21109) and implemented spill-over to
disk. I believe there are no objections to the implementation left and that
this can now be merged.
Please take a look.
Thanks,
Petar Zečević
Wenchen Fan @ 1970-01-01 01:00
This one is important to us: https://issues.apache.org/jira/browse/SPARK-24020
(Sort-merge join inner range optimization) but I think it could be useful to
others too.
It is finished and is ready to be merged (was ready a month ago at least).
Do you think you could consider including it in 2