GitHub user marmbrus opened a pull request:
https://github.com/apache/spark/pull/595
[SQL] SPARK-1661 - Fix regex_serde test
The JIRA in question is actually reporting a bug with Shark, but I wanted
to make sure Spark SQL did not have similar problems. This fixes a bug in our
parsing code that was preventing the test from executing, but it looks like the
RegexSerDe is working in Spark SQL.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marmbrus/spark fixRegexSerdeTest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/595.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #595
----
commit efa64024e2d8b3fad23f9773e2cbff88d9884048
Author: Michael Armbrust <[email protected]>
Date: 2014-04-30T01:34:08Z
Fix Hive serde_regex test.
commit a4dc6123e0d2bf030815c9a0528ac294141b8a24
Author: Michael Armbrust <[email protected]>
Date: 2014-04-30T01:34:56Z
Add files created by hive to gitignore.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---