Skip to content

Conversation

@alexfurmenkov
Copy link
Collaborator

No description provided.

…into 1308-operation-max_date-doesnt-work-when-group-is-specified
@alexfurmenkov alexfurmenkov marked this pull request as ready for review December 8, 2025 15:53
…into 1308-operation-max_date-doesnt-work-when-group-is-specified
…ork-when-group-is-specified' into 1308-operation-max_date-doesnt-work-when-group-is-specified
dataset_metadata=dataset_metadata,
datasets=datasets,
dataset_path=dataset_metadata.full_path,
# dataset_path=dataset_metadata.original_path or dataset_metadata.full_path,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you please remove this comment?

PandasDataset,
["USUBJID"],
),
({"dates": [None, None]}, "", DaskDataset),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you please add a grouping test case using Dask Dataset too?

Copy link
Collaborator

@RamilCDISC RamilCDISC left a comment

Choose a reason for hiding this comment

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

The PR fixes the grouping for max_date operation. The PR was validated by:

  1. Reviewing the PR for any unwanted code or comments.
  2. Reviewing the PR in accordance with AC.
  3. Validating all unit and regression tests pass.
  4. Ensuring all related testing is updated.
  5. Ensuring updated testing covers cases for both PANDAS and DASK.
  6. Running manual testing using dev editor using positive datasets.
  7. Running manual testing using dev editor using negative datasets.
  8. Ensuring edge cases of missing values and nulls.

@RamilCDISC RamilCDISC merged commit faac608 into main Dec 22, 2025
11 checks passed
@RamilCDISC RamilCDISC deleted the 1308-operation-max_date-doesnt-work-when-group-is-specified branch December 22, 2025 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Operation "max_date" doesn't work when Group is specified

3 participants