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-38925: [CI] Fix spelling #38926

Merged
merged 11 commits into from
Dec 10, 2023
Merged

GH-38925: [CI] Fix spelling #38926

merged 11 commits into from
Dec 10, 2023

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Nov 28, 2023

Rationale for this change

What changes are included in this PR?

Spelling fixes to ci/

Are these changes tested?

Are there any user-facing changes?

Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Copy link

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

@github-actions github-actions bot added the awaiting review Awaiting review label Nov 28, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@@ -328,7 +328,7 @@ def _with_boost(self, required=False):
return bool(self.options.with_boost)

def _with_thrift(self, required=False):
# No self.options.with_thift exists
# No self.options.with_thrift exists
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added the repository to my to-do list, but I'm already a number of levels upstream. I can try to do it once I clear out the rest of these splits...

(I did Google FlatBuffers)

@@ -78,7 +78,7 @@ arrow::Status VectorToColumnarTable(const std::vector<struct data_row>& rows,
// Indicate the start of a new list row. This will memorise the current
// offset in the values builder.
ARROW_RETURN_NOT_OK(components_builder.Append());
// Store the actual values. The final nullptr argument tells the underyling
// Store the actual values. The final nullptr argument tells the underlying
Copy link
Member

Choose a reason for hiding this comment

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

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Nov 29, 2023
@kou kou merged commit e3c8187 into apache:main Dec 10, 2023
@kou kou removed the awaiting merge Awaiting merge label Dec 10, 2023
@jsoref jsoref deleted the spelling-ci branch December 10, 2023 12:57
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit e3c8187.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

mapleFU pushed a commit to mapleFU/arrow that referenced this pull request Dec 13, 2023
### Rationale for this change

### What changes are included in this PR?

Spelling fixes to ci/

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#38925

Authored-by: Josh Soref <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
### Rationale for this change

### What changes are included in this PR?

Spelling fixes to ci/

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#38925

Authored-by: Josh Soref <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### Rationale for this change

### What changes are included in this PR?

Spelling fixes to ci/

### Are these changes tested?

### Are there any user-facing changes?

* Closes: apache#38925

Authored-by: Josh Soref <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Spelling errors identified by check-spelling
2 participants