Skip to content

Conversation

@PointKernel
Copy link
Member

Description

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

- Rename key_remapping class to join_factorizer for clarity
- Update all file names from key_remapping to join_factorizer
- Rename enum compute_metrics to factorizer_metrics (YES/NO → ENABLE/DISABLE)
- Update sentinel constants: KEY_REMAP_* to FACTORIZE_*
- Rename methods: remap_*_keys() to factorize_*_keys()
- Update Java classes: KeyRemapping to JoinFactorizer
- Update all CMakeLists.txt and build files
- Apply clang-format
@copy-pr-bot
Copy link

copy-pr-bot bot commented Jan 14, 2026

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. CMake CMake build issue Java Affects Java cuDF API. labels Jan 14, 2026
// for the join type selection heuristic, either way)
cudf::key_remapping remap(
cudf::join_factorizer remap(
build_keys, NullEquality, cudf::compute_metrics::NO, cudf::get_default_stream());
Copy link
Contributor

Choose a reason for hiding this comment

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

do you want to change build_keys here to right_keys as well?

}

// Left with values 0-99 (all exist) and 100-104 (don't exist)
std::vector<int32_t> probe_data;
Copy link
Contributor

Choose a reason for hiding this comment

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

should this with left_data?

// Build with struct{INT32, STRING}
column_wrapper<int32_t> build_child1{1, 2, 3};
strcol_wrapper build_child2{"a", "b", "c"};
auto build_struct = cudf::test::structs_column_wrapper{{build_child1, build_child2}};
Copy link
Contributor

Choose a reason for hiding this comment

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

same type of comment here, not sure if the idea to make these build/probe names all consistent.

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

Labels

CMake CMake build issue Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants