Re: [VOTE] Publish additional Spark distribution with Spark Connect enabled

2025-02-05 Thread Max Gekk
+1 On Wed, Feb 5, 2025 at 9:00 AM Yang Jie wrote: > +1 > > Jie Yang > > On 2025/02/05 07:38:08 Sakthi wrote: > > +1 (non-binding) > > > > On Tue, Feb 4, 2025 at 11:25 PM DB Tsai wrote: > > > > > +1 > > > > > > DB Tsai | https://www.dbtsai.com/ | PGP 42E5B25A8F7A82C1 > > > > > > On Feb 4, 20

[DISCUSS] SPIP: Add the TIME data type

2025-02-12 Thread Max Gekk
the SQL standard SPIP: https://issues.apache.org/jira/browse/SPARK-51162 Your comments and feedback would be greatly appreciated. Yours faithfully, Max Gekk

Re: [DISCUSS] SPIP: Add the TIME data type

2025-02-12 Thread Max Gekk
ore TIME values as DATE or INTERVAL DAY TO SECOND looks ugly, IMHO, and can lead to error prone code. Yours faithfully, Max Gekk On Wed, Feb 12, 2025 at 8:13 PM Mich Talebzadeh wrote: > Not entirely convinced we need it! > > For example, Oracle does not have it.Oracle treats date and t

Re: [DISCUSS] SPIP: Add the TIME data type

2025-02-12 Thread Max Gekk
Hi Dongjoon, > According to SPIP, is this targeting Apache Spark 4.2.0? Some tasks could be done in parallel, but if only one person will work on this sequentially, in the worst case it might be finished close to 4.2.0. Best regards, Max Gekk On Wed, Feb 12, 2025 at 5:48 PM Dongjoon H

Re: Contribution to Spark SQL: new data type TIME

2025-03-19 Thread Max Gekk
n the 12hr clock format If you are working on one of the tasks or plan to work, please, leave a comment in the JIRAs. Yours faithfully, Max Gekk On Thu, Mar 6, 2025 at 8:44 PM Sakthi wrote: > > This is great, Max! > > I would like to pick up the following two tasks: > - https://issu

Re: [VOTE] SPIP: Add geospatial types to Spark

2025-05-06 Thread Max Gekk
+1 On Tue, May 6, 2025 at 9:59 AM Yang Jie wrote: > +1 > > On 2025/05/06 03:25:21 "L. C. Hsieh" wrote: > > +1 > > > > On Mon, May 5, 2025 at 8:22 PM Gengliang Wang wrote: > > > > > > +1 > > > > > > On Mon, May 5, 2025 at 6:54 PM Ruifeng Zheng > wrote: > > >> > > >> +1 > > >> > > >> On Tue, May

Re: [VOTE] Release Apache Spark Connect Swift Client 0.1.0 (RC1)

2025-05-07 Thread Max Gekk
+1 On Tue, May 6, 2025 at 8:52 PM Rozov, Vlad wrote: > +1 (non-binding) > > > On May 6, 2025, at 6:33 AM, Sakthi wrote: > > +1 (non-binding) > > On Tue, May 6, 2025 at 2:00 AM Jungtaek Lim > wrote: > >> +1 (non-binding) Nice addition on Spark Connect! >> >> On Tue, May 6, 2025 at 5:47 PM Peter

Re: [DISCUSS] SPIP: Add the TIME data type

2025-02-17 Thread Max Gekk
ional optimizations like predicates pushdown, dynamic partition pruning over TIME values in datasources might speed up user queries. 6. Automatic TIME type inference from datasources simplifies usage of Spark SQL. Yours faithfully, Max Gekk On Fri, Feb 14, 2025 at 1:53 AM Mich Talebzadeh wrote:

Re: [VOTE] Release Apache Spark 3.5.5 deprecating `spark.databricks.*` configuration

2025-02-19 Thread Max Gekk
+1 On Wed, Feb 19, 2025 at 9:15 AM L. C. Hsieh wrote: > +1 > > On Tue, Feb 18, 2025 at 9:46 PM dongjoon.hyun > wrote: > > > > Please vote to deprecate `spark.databricks.*` configuration at Apache > Spark 3.5.5. > > This is a part of the following on-going discussion. > > > > - DISCUSSION: > htt

Re: [DISCUSS] New Spark Connect Client repository for Swift language

2025-03-11 Thread Max Gekk
+1 On Mon, Mar 10, 2025 at 6:17 PM Wenchen Fan wrote: > > +1 > > On Mon, Mar 10, 2025 at 8:02 AM L. C. Hsieh wrote: >> >> +1 >> >> Thanks Dongjoon for contributing to Swift implementation. >> >> On Mon, Mar 10, 2025 at 7:18 AM Hyukjin Kwon wrote: >> > >> > +1 >> > On Mon, Mar 10, 2025 at 6:48 A

Contribution to Spark SQL: new data type TIME

2025-03-11 Thread Max Gekk
ed to support the new type in Spark SQL, please, and open another sub-tasks in the umbrella JIRA. Just in case, if you start working on a sub-tasks, please, leave a comment like "I am working on the task". In this way, we might avoid conflicts and parallelize the work. Thank y

Re: 4.0.0 RC1 is coming

2025-02-21 Thread Max Gekk
Hi All, While testing new syntax CREATE FUNCTION ... RETURNS TABLE which was introduced recently, I have found that Spark fails with an internal error in 4.0.0-rc1, see https://issues.apache.org/jira/browse/SPARK-51289. I believe even if we don't fully support new feature, Spark shouldn't crash wi

Re: [VOTE] Release Spark 4.0.0 (RC1)

2025-02-21 Thread Max Gekk
-1, need a proper error message for not fully implemented feature: https://issues.apache.org/jira/browse/SPARK-51289 On Fri, Feb 21, 2025 at 4:11 PM Adam Binford wrote: > Is there also supposed to be a pyspark-client package released? Don't see > that in the dist. > > On Fri, Feb 21, 2025 at 2:2

[VOTE] SPIP: Add the TIME data type

2025-02-23 Thread Max Gekk
hours. Please vote accordingly, [ ] +1: Accept the proposal as an official SPIP [ ] +0 [ ] -1: I don’t think this is a good idea because … [1] https://lists.apache.org/thread/892vkskktqrx1czk9wm6l8vchpydrny2 [2] https://issues.apache.org/jira/browse/SPARK-51162 Yours faithfully, Max Gekk

Re: [VOTE] Release Spark 3.5.5 (RC1)

2025-02-25 Thread Max Gekk
+1, since SPARK-51281 is not a release blocker. On Mon, Feb 24, 2025 at 7:12 AM Yang Jie wrote: > +1 > > On 2025/02/24 04:04:22 Dongjoon Hyun wrote: > > Thank you for your voting. > > > > I have been aware of SPARK-51281 since Wenchen pinged me three days ago. > > > > I just thought it was not g

[VOTE][RESULT] SPIP: Add the TIME data type

2025-02-26 Thread Max Gekk
Kwon * - Gengliang Wang * - Jungtaek Lim - Yang Jie * - Armaan Sait - Kent Yao * - Sakthi - Vlad Rozov - Shubham Patel - Yuming Wang * - Jiaan Geng - Max Gekk * +0: None -1: None - To unsubscribe e-mail: dev-unsubscr

Re: [VOTE] Release Spark 4.0.0 (RC6)

2025-05-15 Thread Max Gekk
+1 On Thu, May 15, 2025 at 4:50 AM Kent Yao wrote: > +1 > > Jules Damji 于2025年5月15日周四 04:05写道: > >> +1 (non-binding) >> — >> Sent from my iPhone >> Pardon the dumb thumb typos :) >> >> On May 14, 2025, at 11:29 AM, Denny Lee wrote: >> >>  >> +1 (non-binding) >> >> On Wed, May 14, 2025 at 10:3

Re: [VOTE] Release Spark 4.0.0 (RC7)

2025-05-21 Thread Max Gekk
+1 On Wed, May 21, 2025 at 8:22 AM Xiao Li wrote: > +1 > > L. C. Hsieh 于2025年5月20日周二 08:52写道: > >> +1 >> >> On Mon, May 19, 2025 at 5:27 AM Wenchen Fan wrote: >> > >> > Please vote on releasing the following candidate as Apache Spark >> version 4.0.0. >> > >> > The vote is open until May 22 (P

Re: [VOTE] Release Spark 4.1.0-preview1 (RC1)

2025-07-09 Thread Max Gekk
+1 On Wed, Jul 9, 2025 at 4:04 PM Sandy Ryza wrote: > +1 (non-binding) > > On Wed, Jul 9, 2025 at 6:57 AM Wenchen Fan wrote: > >> +1 >> >> On Wed, Jul 9, 2025 at 1:16 AM Kousuke Saruta wrote: >> >>> +1 >>> >>> 2025年7月9日(水) 2:12 Rozov, Vlad : >>> +1 (non-binding) Thank

Re: [VOTE] SPIP: Monthly preview release

2025-07-03 Thread Max Gekk
+1 On Thu, Jul 3, 2025 at 11:07 AM Martin Grund wrote: > +1 > > On Thu, Jul 3, 2025 at 9:32 AM Wenchen Fan wrote: > >> +1 >> >> On Thu, Jul 3, 2025 at 3:28 PM Xiao Li wrote: >> >>> +1 >>> >>> Dongjoon Hyun 于2025年7月3日周四 00:19写道: >>> +1 On 2025/07/03 06:44:32 "L. C. Hsieh" wrote: