, 2015 5:57 PM
To: Reynold Xin
Cc: Shuai Zheng; dev
Subject: Re: [SQL][Feature] Access row by column name instead of index
Already done :)
https://github.com/apache/spark/commit/2e8c6ca47df14681c1110f0736234ce76a3eca9b
On Fri, Apr 24, 2015 at 2:37 PM, Reynold Xin wrote:
Can you
Great,
That is exactly what I want. Now I will wait patiently for 1.4.0 J
Regards,
Shuai
From: Michael Armbrust [mailto:mich...@databricks.com]
Sent: Friday, April 24, 2015 5:57 PM
To: Reynold Xin
Cc: Shuai Zheng; dev
Subject: Re: [SQL][Feature] Access row by column name instead
Already done :)
https://github.com/apache/spark/commit/2e8c6ca47df14681c1110f0736234ce76a3eca9b
On Fri, Apr 24, 2015 at 2:37 PM, Reynold Xin wrote:
> Can you elaborate what you mean by that? (what's already available in
> Python?)
>
>
> On Fri, Apr 24, 2015 at 2:24 PM, Shuai Zheng
> wrote:
>
>
Can you elaborate what you mean by that? (what's already available in
Python?)
On Fri, Apr 24, 2015 at 2:24 PM, Shuai Zheng wrote:
> Hi All,
>
> I want to ask whether there is a plan to implement the feature to access
> the Row in sql by name? Currently we can only allow to access a row by
> in
Hi All,
I want to ask whether there is a plan to implement the feature to access the
Row in sql by name? Currently we can only allow to access a row by index (there
is a python version api of access by name, but none for java)
Regards,
Shuai
--