Re: Array indexing functions

2019-02-07 Thread Petar Zečević
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

Re: Array indexing functions

2019-02-05 Thread 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/browse/SPARK-26826 Can any of the committers please check it out? Thanks, Petar Petar Zečević writes: > Hi, > I implemented two array function

Re: Array indexing functions

2018-11-20 Thread Petar Zečević
.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

Array indexing functions

2018-11-20 Thread Petar Zečević
quest. -- Petar Zečević - To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Re: code freeze and branch cut for Apache Spark 2.4

2018-08-11 Thread Petar Zečević
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

Re: code freeze and branch cut for Apache Spark 2.4

2018-07-31 Thread Petar Zečević
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