Re: Contribution to Spark SQL: new data type TIME

2025-03-19 Thread Max Gekk
Hi Spark devs, Thank you, all who start working on the new data type. I added new 10 sub-tasks in the umbrella JIRA: https://issues.apache.org/jira/browse/SPARK-51162 including: "starter" tasks: - SPARK-51455: Time literal generator in tests - SPARK-51403: Test TimeType as ordered and atomic type

Re: Contribution to Spark SQL: new data type TIME

2025-03-06 Thread Sakthi
This is great, Max! I would like to pick up the following two tasks: - https://issues.apache.org/jira/browse/SPARK-51420 (Get Minutes of time) [Starter] - https://issues.apache.org/jira/browse/SPARK-51423 (Add the current_time() function) Regards, Sakthi On Thu, Mar 6, 2025 at 8:33 AM Rob Reeves

Re: Contribution to Spark SQL: new data type TIME

2025-03-06 Thread Rob Reeves
Hi Max, I'll work on Add the make_time() function . Thanks, Rob On Thu, Mar 6, 2025 at 3:16 AM Max Gekk wrote: > Hi Spark devs, > > I would like to invite you to develop the new data type TIME in Spark > SQL. At the moment, there are > 10 sub-

Re: Contribution help needed for sub-tasks of an umbrella JIRA - port *.sql tests to improve coverage of Python, Pandas, Scala UDF cases

2019-07-09 Thread Hyukjin Kwon
It's alright - thanks for that. Anyone can take a look. This is an open source project :D. 2019년 7월 9일 (화) 오후 8:18, Stavros Kontopoulos < stavros.kontopou...@lightbend.com>님이 작성: > I can try one and see how it goes, although not familiar with the area. > > Stavros > > On Tue, Jul 9, 2019 at 6:17

Re: Contribution help needed for sub-tasks of an umbrella JIRA - port *.sql tests to improve coverage of Python, Pandas, Scala UDF cases

2019-07-09 Thread Stavros Kontopoulos
I can try one and see how it goes, although not familiar with the area. Stavros On Tue, Jul 9, 2019 at 6:17 AM Hyukjin Kwon wrote: > Hi all, > > I am currently targeting to improve Python, Pandas UDFs Scala UDF test > cases by integrating our existing *.sql files at > https://issues.apache.org/

Re: Contribution

2019-02-12 Thread Valeria Vasylieva
Hi Gabor, Ok, sure I will! Best regards, Valeria вт, 12 февр. 2019 г. в 17:00, Gabor Somogyi : > Hi Valeria, > > Welcome, ping me if you need review. > > BR, > G > > > On Tue, Feb 12, 2019 at 2:51 PM Valeria Vasylieva < > valeria.vasyli...@gmail.com> wrote: > >> Hi Gabor, >> >> Thank you for c

Re: Contribution

2019-02-12 Thread Gabor Somogyi
Hi Valeria, Welcome, ping me if you need review. BR, G On Tue, Feb 12, 2019 at 2:51 PM Valeria Vasylieva < valeria.vasyli...@gmail.com> wrote: > Hi Gabor, > > Thank you for clarification! Will do it! > I am happy to join the community! > > Best Regards, > Valeria > > вт, 12 февр. 2019 г. в 16:

Re: Contribution

2019-02-12 Thread Valeria Vasylieva
Hi Gabor, Thank you for clarification! Will do it! I am happy to join the community! Best Regards, Valeria вт, 12 февр. 2019 г. в 16:32, Gabor Somogyi : > Hi Valeria, > > Glad to hear you would like to contribute! It will be assigned to you when > you create a PR. > Before you create it please

Re: Contribution

2019-02-12 Thread Gabor Somogyi
Hi Valeria, Glad to hear you would like to contribute! It will be assigned to you when you create a PR. Before you create it please read the following guide which describe the details: https://spark.apache.org/contributing.html BR, G On Tue, Feb 12, 2019 at 2:28 PM Valeria Vasylieva < valeria.v

Re: Contribution to Apache Spark

2016-09-05 Thread aditya1702
Thank you for replying. I will surely check the link :) -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Contribution-to-Apache-Spark-tp18852p18864.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

Re: Contribution to Apache Spark

2016-09-03 Thread Tomasz Gawęda
Hi, Contribution rules are described here: https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark Pozdrawiam / Best regards, Tomek Gawęda W dniu 2016-09-03 o 21:58, aditya1702 pisze: Hello, I am Aditya Vyas and I am currently in my third year of college doing BTech in my engi

Re: Contribution

2015-06-14 Thread Joseph Bradley
+1 for checking out the Wiki on Contributing to Spark. It gives helpful pointers about finding starter JIRAs, the discussion & code review process, and how we prioritize algorithms & other contributions. After you read that, I would recommend searching JIRA for issues which catch your interest. T

Re: Contribution

2015-06-13 Thread Akhil Das
This is a good start, if you haven't seen this already https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark Thanks Best Regards On Sat, Jun 13, 2015 at 8:46 AM, srinivasraghavansr71 < sreenivas.raghav...@gmail.com> wrote: > Hi everyone, > I am interest to cont

RE: Contribution

2015-06-13 Thread Eron Wright
The deeplearning4j project provides neural net algorithms for Spark ML. You may consider it sample code for extending Spark with new ML algorithms. http://deeplearning4j.org/sparkmlhttps://github.com/deeplearning4j/deeplearning4j/tree/master/deeplearning4j-scaleout/spark/dl4j-spark-ml -Eron > D

Re: Contribution in java

2014-12-20 Thread vaquar khan
Hi Sreenivas, Please read Spark doc first, everything mention in doc , without reading doc how can you contribute ? regards, vaquar khan On Sat, Dec 20, 2014 at 6:00 PM, sreenivas putta wrote: > Hi, > > I want to contribute for spark in java. Does it support java? please let me > know. > > Tha

Re: Contribution in java

2014-12-20 Thread Koert Kuipers
yes it does. although the core of spark is written in scala it also maintains java and python apis, and there is plenty of work for those to contribute to. On Sat, Dec 20, 2014 at 7:30 AM, sreenivas putta wrote: > > Hi, > > I want to contribute for spark in java. Does it support java? please let

Re: Contribution to MLlib

2014-07-09 Thread Xiangrui Meng
I don't know if anyone is working on it either. If that JIRA is not moved to Apache JIRA, feel free to create a new one and make a note that you are working on it. Thanks! -Xiangrui On Wed, Jul 9, 2014 at 4:56 AM, RJ Nowling wrote: > Hi Meethu, > > There is no code for a Gaussian Mixture Model cl

Re: Contribution to MLlib

2014-07-09 Thread RJ Nowling
Hi Meethu, There is no code for a Gaussian Mixture Model clustering algorithm in the repository, but I don't know if anyone is working on it. RJ On Wednesday, July 9, 2014, MEETHU MATHEW wrote: > Hi, > > I am interested in contributing a clustering algorithm towards MLlib of > Spark.I am focus