Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][Dataset] regex_error in hive partition on centos7 and opensuse42 #23765

Closed
asfimport opened this issue Jan 6, 2020 · 3 comments
Closed
Assignees
Milestone

Comments

@asfimport
Copy link

See https://github.com/apache/arrow/runs/373769666#step:5:3301 and https://github.com/apache/arrow/runs/373769676#step:5:3297:

 ```Java

══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error: Hive partitioning (@test-dataset.R#89) ───────────────────────────
regex_error
Backtrace:

  1. arrow::open_dataset(...) testthat/test-dataset.R:89:2
  2. dsd$Finish(schema)
  3. arrow:::dataset___DSDiscovery__Finish2(self, schema)
 

**Reporter**: [Neal Richardson](https://issues.apache.org/jira/browse/ARROW-7500) / @nealrichardson
**Assignee**: [Ben Kietzman](https://issues.apache.org/jira/browse/ARROW-7500) / @bkietz
#### PRs and other links:
- [GitHub Pull Request #6137](https://github.com/apache/arrow/pull/6137)

<sub>**Note**: *This issue was originally created as [ARROW-7500](https://issues.apache.org/jira/browse/ARROW-7500). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*</sub>
@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Related to ARROW-6445?

@asfimport
Copy link
Author

Ben Kietzman / @bkietz:
@nealrichardson Probably, since the failing builds in both ARROW-6445 and this issue include older GCC standard libraries. I'm not sure why the build didn't just fail (instead we have a runtime error) but in any case I'll try removing the std::regex usage and see if that resolves it

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 6137
#6137

@asfimport asfimport added this to the 0.16.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants