[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-14 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414859#comment-17414859
 ] 

Hyukjin Kwon commented on SPARK-36752:
--

[~yoda-mon], are you interested in working on this? I saw you added some DSL 
APIs so thought you might be. cc [~sarutak] too FYI.

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: New Feature
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-14 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414860#comment-17414860
 ] 

Hyukjin Kwon commented on SPARK-36752:
--

BTW, feel free to separate JIRAs if you want to proceed Scala, PySpark and R 
separately.

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: New Feature
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-14 Thread Leona Yoda (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414877#comment-17414877
 ] 

Leona Yoda commented on SPARK-36752:


[~hyukjin.kwon] Thank you, I'd like to work on it.

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: New Feature
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-14 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414890#comment-17414890
 ] 

Hyukjin Kwon commented on SPARK-36752:
--

Thanks!!

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: New Feature
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-23 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419520#comment-17419520
 ] 

Hyukjin Kwon commented on SPARK-36752:
--

[~yoda-mon] just cheking. any update on R and Python APIs ;-)?

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: Umbrella
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-28 Thread Leona Yoda (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421847#comment-17421847
 ] 

Leona Yoda commented on SPARK-36752:


[~hyukjin.kwon] I'm sorry for worrying you ( I took a vacation), I will create 
a PR for Python today and for R soon.

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: Umbrella
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-36752) Support ILIKE by Scala/Java, PySpark and R APIs

2021-09-28 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-36752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421852#comment-17421852
 ] 

Hyukjin Kwon commented on SPARK-36752:
--

it's totally no problem. I was just checking :-).

> Support ILIKE by Scala/Java, PySpark and R APIs
> ---
>
> Key: SPARK-36752
> URL: https://issues.apache.org/jira/browse/SPARK-36752
> Project: Spark
>  Issue Type: Umbrella
>  Components: SQL
>Affects Versions: 3.3.0
>Reporter: Max Gekk
>Priority: Major
>
> Add the ilike function to Scala/Java, Python and R APIs, update docs and 
> examples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org