[GitHub] [spark] maropu commented on pull request #29009: [SPARK-32193][SQL] Update migrate guide docs on regexp function

2020-07-06 Thread GitBox
maropu commented on pull request #29009: URL: https://github.com/apache/spark/pull/29009#issuecomment-654218179 Yea, I checked the doc @HyukjinKwon put above, and it seems the current hive only supports `REGEXP` only in a SQL syntax. ---

[GitHub] [spark] maropu commented on pull request #29009: [SPARK-32193][SQL] Update migrate guide docs on regexp function

2020-07-06 Thread GitBox
maropu commented on pull request #29009: URL: https://github.com/apache/spark/pull/29009#issuecomment-654207971 I get a bit confiused and Hive really supports REGEX as a function? ``` // REGEXP case in hive (3.1.1) hive> SELECT 'abc' REGEXP '([a-z]+)'; OK true hive> sel

[GitHub] [spark] maropu commented on pull request #29009: [SPARK-32193][SQL]update migrate guide docs on regexp function

2020-07-06 Thread GitBox
maropu commented on pull request #29009: URL: https://github.com/apache/spark/pull/29009#issuecomment-654153898 cc: @HyukjinKwon This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [spark] maropu commented on pull request #29009: [SPARK-32193][SQL]update migrate guide docs on regexp function

2020-07-06 Thread GitBox
maropu commented on pull request #29009: URL: https://github.com/apache/spark/pull/29009#issuecomment-654153428 I think you don't need to file jira for this kind of minor doc fixes. Btw, any other systems supporting `REGEXP` for regular expressions other than Hive? I think we might be able