aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/RegexpExpressionsSuite.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactor tests and add documentationSPARK-17647Jakob Odersky2016-12-091-112/+75
* Throw error on invalid escape patternJakob Odersky2016-12-091-6/+15
* Implement Hive's 'like' behaviourJakob Odersky2016-12-091-5/+6
* fix style issuesJakob Odersky2016-12-091-2/+7
* Add more documentationJakob Odersky2016-12-091-10/+47
* Add more tests for various combinations of backslashes and SQL pattern charac...Jakob Odersky2016-12-091-0/+14
* Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2016-12-091-0/+2
* [SPARK-18387][SQL] Add serialization to checkEvaluation.Ryan Blue2016-11-111-15/+1
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-091-1/+15
* [SPARK-16584][SQL] Move regexp unit tests to RegexpExpressionsSuiteReynold Xin2016-07-161-0/+194