Skip to content

ARROW_STRUCT_CONFLICT_POLICY environment not work #859

Description

@wForget

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

The ARROW_STRUCT_CONFLICT_POLICY environment does not work because the default value is specified when getting the arrow.struct.conflict.policy property.

StringconflictPolicyStr =
System.getProperty(STRUCT_CONFLICT_POLICY_JVM, ConflictPolicy.CONFLICT_REPLACE.toString());
if (conflictPolicyStr == null) {
conflictPolicyStr = System.getenv(STRUCT_CONFLICT_POLICY_ENV);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions