Re: array_contains in package org.apache.spark.sql.functions

2018-06-14 Thread 刘崇光
u can use `expr("array_contains(columnA, columnB)")` as a > workaround. > > Thanks. > > > On Thu, Jun 14, 2018 at 2:15 AM, 刘崇光 wrote: > >> >> -- Forwarded message -- >> From: 刘崇光 >> Date: Thu, Jun 14, 2018 at 11:08 AM >

Re: array_contains in package org.apache.spark.sql.functions

2018-06-14 Thread Takuya UESHIN
hu, Jun 14, 2018 at 11:08 AM > Subject: array_contains in package org.apache.spark.sql.functions > To: u...@spark.apache.org > > > Hello all, > > I ran into a use case in project with spark sql and want to share with you > some thoughts about the function array_contains. &

Fwd: array_contains in package org.apache.spark.sql.functions

2018-06-14 Thread 刘崇光
-- Forwarded message -- From: 刘崇光 Date: Thu, Jun 14, 2018 at 11:08 AM Subject: array_contains in package org.apache.spark.sql.functions To: u...@spark.apache.org Hello all, I ran into a use case in project with spark sql and want to share with you some thoughts about