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

GH-41862: [C++][Dataset] Try out possible fix number 1 #41875

Closed
wants to merge 1 commit into from

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented May 29, 2024

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Copy link

⚠️ GitHub issue #41862 has been automatically assigned in GitHub to PR creator.

@pitrou
Copy link
Member Author

pitrou commented May 29, 2024

@github-actions crossbow submit -g cpp

Copy link

Revision: 6a0c1e7

Submitted crossbow builds: ursacomputing/crossbow @ actions-071476cbb6

Task Status
test-alpine-linux-cpp GitHub Actions
test-build-cpp-fuzz GitHub Actions
test-conda-cpp GitHub Actions
test-conda-cpp-valgrind GitHub Actions
test-cuda-cpp GitHub Actions
test-debian-12-cpp-amd64 GitHub Actions
test-debian-12-cpp-i386 GitHub Actions
test-fedora-39-cpp GitHub Actions
test-ubuntu-20.04-cpp GitHub Actions
test-ubuntu-20.04-cpp-bundled GitHub Actions
test-ubuntu-20.04-cpp-minimal-with-formats GitHub Actions
test-ubuntu-20.04-cpp-thread-sanitizer GitHub Actions
test-ubuntu-22.04-cpp GitHub Actions
test-ubuntu-22.04-cpp-20 GitHub Actions
test-ubuntu-22.04-cpp-emscripten GitHub Actions
test-ubuntu-22.04-cpp-no-threading GitHub Actions
test-ubuntu-24.04-cpp GitHub Actions
test-ubuntu-24.04-cpp-gcc-14 GitHub Actions

@@ -431,7 +432,7 @@ class DatasetWriterDirectoryQueue {
Future<> init_future_;
std::string current_filename_;
std::unordered_set<std::string> used_filenames_;
DatasetWriterFileQueue* latest_open_file_ = nullptr;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bkietz Do you know if there was a specific reason to use a raw pointer here?

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels May 29, 2024
@pitrou
Copy link
Member Author

pitrou commented Jun 6, 2024

According to @icexelloss this didn't fix the original issue, so I'm going to close this.

@pitrou pitrou closed this Jun 6, 2024
@pitrou pitrou deleted the gh41862-fix1 branch June 6, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant