Re: [SPARK-20384][SQL] Support value class in schema of Dataset (third time's a charm)

2021-08-03 Thread Fitch, Simeon
Emil, We too are interested in this work. Thank you for resurrecting it. I hope the Spark committers work to incorporate it. Regards, Simeon On Mon, Aug 2, 2021 at 9:51 AM Emil Ejbyfeldt wrote: > Hi dev, > > After looking into the details of this and discussing with the other > authors that

Re: [SPARK-20384][SQL] Support value class in schema of Dataset (third time's a charm)

2021-08-02 Thread Emil Ejbyfeldt
Hi dev, After looking into the details of this and discussing with the other authors that previously created PR for SPARK-20384. It resulted in the following PR: https://github.com/apache/spark/pull/33205 The core of the change (excluding new test cases) is quite small. It is only a change o

[SPARK-20384][SQL] Support value class in schema of Dataset (third time's a charm)

2021-05-25 Thread Emil Ejbyfeldt
Hi dev, I am interested getting the support value classes in schemas of Dataset merged and I am willing to work on it. There are two previous PRs created for this JIRA (SPARK-20384) first https://github.com/apache/spark/pull/22309 and more recently https://github.com/apache/spark/pull/27153