unsubscribe

2018-06-15 Thread
unsubscribe

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 >

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: user@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