Skip to content

GH-38210: [C++][FlightRPC] Add missing app_metadata arguments#38231

Merged
lidavidm merged 2 commits intoapache:mainfrom
llama90:bugfix/build
Oct 12, 2023
Merged

GH-38210: [C++][FlightRPC] Add missing app_metadata arguments#38231
lidavidm merged 2 commits intoapache:mainfrom
llama90:bugfix/build

Conversation

@llama90
Copy link
Copy Markdown
Contributor

@llama90 llama90 commented Oct 12, 2023

Rationale for this change

I have fixed the error occurring when using the "DARROW_FLIGHT_SQL=ON" option on a Mac with ARM Architecture CPU.

What changes are included in this PR?

It seems that implicit values are not recognized in this environment (Mac ARM), so I have added values explicitly.

Are these changes tested?

yes (build and run unit test)

Are there any user-facing changes?

No

@llama90 llama90 requested a review from lidavidm as a code owner October 12, 2023 01:15
@github-actions
Copy link
Copy Markdown

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

@kou kou changed the title GH-38210: Resolve the build issue on Mac (ARM) with -DARROW_FLIGHT_SQL=ON option GH-38210: [C++][FlightRPC] Add missing app_metadata arguments Oct 12, 2023
Copy link
Copy Markdown
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

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

Thanks!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Oct 12, 2023
@lidavidm lidavidm merged commit ed97d5c into apache:main Oct 12, 2023
@lidavidm lidavidm removed the awaiting merge Awaiting merge label Oct 12, 2023
@conbench-apache-arrow
Copy link
Copy Markdown

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

There were 3 benchmark results indicating a performance regression:

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

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…pache#38231)

### Rationale for this change

I have fixed the error occurring when using the "DARROW_FLIGHT_SQL=ON" option on a Mac with ARM Architecture CPU.

### What changes are included in this PR?

It seems that implicit values are not recognized in this environment (Mac ARM), so I have added values explicitly.

### Are these changes tested?

yes (build and run unit test)

### Are there any user-facing changes?

No

* Closes: apache#38210

Authored-by: Hyunseok Seo <hsseo0501@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…pache#38231)

### Rationale for this change

I have fixed the error occurring when using the "DARROW_FLIGHT_SQL=ON" option on a Mac with ARM Architecture CPU.

### What changes are included in this PR?

It seems that implicit values are not recognized in this environment (Mac ARM), so I have added values explicitly.

### Are these changes tested?

yes (build and run unit test)

### Are there any user-facing changes?

No

* Closes: apache#38210

Authored-by: Hyunseok Seo <hsseo0501@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][FlightSQL] When an error occurs during installation with the '-DARROW_FLIGHT_SQL=ON' option.

2 participants