Skip to content

Conversation

@ujjawal-khare-27
Copy link
Contributor

@ujjawal-khare-27 ujjawal-khare-27 commented Jan 28, 2024

Why are these changes needed?

To be able to dataset.uniuqe on datasets with none value.

Related issue number

Closes #42142

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Signed-off-by: Ujjawal <[email protected]>
Signed-off-by: Ujjawal <[email protected]>
Signed-off-by: Ujjawal <[email protected]>
Signed-off-by: Ujjawal <[email protected]>
@stale
Copy link

stale bot commented Mar 17, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

  • If you'd like to keep this open, just leave any comment, and the stale label will be removed.

@stale stale bot added the stale The issue is stale. It will be closed within 7 days unless there are further conversation label Mar 17, 2024
@anyscalesam anyscalesam added the data Ray Data-related issues label Apr 22, 2024
@stale stale bot removed the stale The issue is stale. It will be closed within 7 days unless there are further conversation label Apr 22, 2024
@anyscalesam
Copy link
Contributor

hey @ujjawal-khare-27 - thanks for submitting the PR (and apologies on leaving it dangling) - we'll make sure to see if we can get someone to review this at our next sprint planning in a week or two.

@anyscalesam anyscalesam added the triage Needs triage (eg: priority, bug/not-bug, and owning component) label Apr 22, 2024
richardliaw added a commit that referenced this pull request Nov 14, 2024
…48697)

## Why are these changes needed?

This makes SortAggregate more consistent by unifying the API on the
SortKey object, similar to how SortTaskSpec is implemented.


## Related issue number

This is related to #42776 and
#42142


Signed-off-by: Richard Liaw <[email protected]>
JP-sDEV pushed a commit to JP-sDEV/ray that referenced this pull request Nov 14, 2024
…ay-project#48697)

## Why are these changes needed?

This makes SortAggregate more consistent by unifying the API on the
SortKey object, similar to how SortTaskSpec is implemented.


## Related issue number

This is related to ray-project#42776 and
ray-project#42142


Signed-off-by: Richard Liaw <[email protected]>
mohitjain2504 pushed a commit to mohitjain2504/ray that referenced this pull request Nov 15, 2024
…ay-project#48697)

## Why are these changes needed?

This makes SortAggregate more consistent by unifying the API on the
SortKey object, similar to how SortTaskSpec is implemented.

## Related issue number

This is related to ray-project#42776 and
ray-project#42142

Signed-off-by: Richard Liaw <[email protected]>
Signed-off-by: mohitjain2504 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data Ray Data-related issues triage Needs triage (eg: priority, bug/not-bug, and owning component)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Data] Dataset.unique() raises error in case of any null values

5 participants