Skip to content

Renaming 'connection_config' to 'configuration_properties' - #229

Merged
argmarco-tkd merged 2 commits into
mainfrom
rename_connection_config
Jan 8, 2026
Merged

Renaming 'connection_config' to 'configuration_properties'#229
argmarco-tkd merged 2 commits into
mainfrom
rename_connection_config

Conversation

@argmarco-tkd

@argmarco-tkd argmarco-tkd commented Jan 7, 2026

Copy link
Copy Markdown

Renaming connection_config to configuration_properties (C++, Python, Cython code)

Testing

  • Successful rebuilding of C++, Cython code
  • Existing and modified unit tests pass (via ctest -L parquet)
  • Successful manual testing using base_app.py (both for local and remote DBPA agent)

@github-actions

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@argmarco-tkd
argmarco-tkd force-pushed the rename_connection_config branch from 63fff65 to 28341e2 Compare January 7, 2026 21:32
@argmarco-tkd
argmarco-tkd marked this pull request as ready for review January 7, 2026 22:27
if constexpr (std::is_void_v<ReturnType>) {
future.get();
ARROW_LOG(DEBUG) << "[DBPAExecutor] SUCCESS: " << operation_name << " completed successfully";
ARROW_LOG(DEBUG) << "[DBPAExecutor] COMPLETED: " << operation_name << " operation.";

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

slightly unrelated change to help clarify logging.

} else {
auto result = future.get();
ARROW_LOG(DEBUG) << "[DBPAExecutor] SUCCESS: " << operation_name << " completed successfully";
ARROW_LOG(DEBUG) << "[DBPAExecutor] COMPLETED: " << operation_name << " operation.";

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

similar to above.

# "encryption_algorithm": "EXTERNAL_DBPA_V1",
# "encryption_key": "has_subscription_key"
# }
},

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

unrelated minor change which got rolled in.

@argmarco-tkd argmarco-tkd linked an issue Jan 7, 2026 that may be closed by this pull request

@avalerio-tkd avalerio-tkd left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM. This looks like a straight renaming, so should be all good. Thanks for the change!

@argmarco-tkd
argmarco-tkd merged commit 28341e2 into main Jan 8, 2026
36 of 105 checks passed
@argmarco-tkd
argmarco-tkd deleted the rename_connection_config branch January 8, 2026 14:53
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.

Cleanup > Rename 'connection_config'

3 participants