Skip to content

[C++][Parquet] PARQUET_REQUIRE_ENCRYPTION misses ARROW_JSON dependency #50129

@kou

Description

@kou

Describe the bug, including details regarding any error messages, version, and platform.

PARQUET_REQUIRE_ENCRYPTION needs ARROW_JSON because cpp/src/parquet/encryption/key_metadata.cc uses arrow/json/:

#include "arrow/json/object_parser.h"
#include "arrow/json/object_writer.h"

This causes a build error like #50032 (reply in thread) .

Component(s)

C++, Parquet

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions