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++] Replace #ifdef ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB #38852

Closed
mapleFU opened this issue Nov 22, 2023 · 0 comments · Fixed by #38853
Closed

[C++] Replace #ifdef ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB #38852

mapleFU opened this issue Nov 22, 2023 · 0 comments · Fixed by #38853

Comments

@mapleFU
Copy link
Member

mapleFU commented Nov 22, 2023

Describe the enhancement requested

Some tests uses ARROW_WITH_GZIP for GZIP codec. However, arrow exactly use ARROW_WITH_ZLIB.

Component(s)

C++

mapleFU added a commit to mapleFU/arrow that referenced this issue Nov 22, 2023
@kou kou changed the title [C++] Replace ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB [C++] Replace #ifdef ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB Nov 23, 2023
kou pushed a commit that referenced this issue Nov 23, 2023
…RROW_WITH_ZLIB (#38853)

### Rationale for this change

We don't define `ARROW_WITH_GZIP` macro when we can use gzip. We use `ARROW_WITH_ZLIB` instead. So `ARROW_WITH_ZLIB` is always not defined.

### What changes are included in this PR?

change `ARROW_WITH_GZIP` to `ARROW_WITH_ZLIB`

### Are these changes tested?

previously not tested, but now there're

### Are there any user-facing changes?

no

* Closes: #38852

Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 15.0.0 milestone Nov 23, 2023
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…t to ARROW_WITH_ZLIB (apache#38853)

### Rationale for this change

We don't define `ARROW_WITH_GZIP` macro when we can use gzip. We use `ARROW_WITH_ZLIB` instead. So `ARROW_WITH_ZLIB` is always not defined.

### What changes are included in this PR?

change `ARROW_WITH_GZIP` to `ARROW_WITH_ZLIB`

### Are these changes tested?

previously not tested, but now there're

### Are there any user-facing changes?

no

* Closes: apache#38852

Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.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 a pull request may close this issue.

2 participants