Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data] Deprecate Dataset.get_internal_block_refs() #46455

Merged
merged 29 commits into from
Jul 11, 2024

Commits on Jul 1, 2024

  1. add iter_internal_block_refs

    Signed-off-by: sjl <sjl@anyscale.com>
    scottjlee committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c313a52 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    09b905d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. return iterator over refbundles

    Signed-off-by: sjl <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5ef8041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172e423 View commit details
    Browse the repository at this point in the history
  3. fix docs

    Signed-off-by: sjl <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    374898b View commit details
    Browse the repository at this point in the history
  4. update consumption api usage

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b0ec894 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f0b49f1 View commit details
    Browse the repository at this point in the history
  6. clean up

    Signed-off-by: sjl <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aa368d4 View commit details
    Browse the repository at this point in the history
  7. comments

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ab8d6ed View commit details
    Browse the repository at this point in the history
  8. comments

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    128614d View commit details
    Browse the repository at this point in the history
  9. lint

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    65c3f4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7956f35 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix tests

    Signed-off-by: sjl <sjl@anyscale.com>
    scottjlee committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    958d306 View commit details
    Browse the repository at this point in the history
  2. Merge branch '0701-count' of https://github.com/scottjlee/ray into 07…

    …01-count
    
    Signed-off-by: sjl <sjl@anyscale.com>
    scottjlee committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d6a1d79 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. update tests

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    87151ee View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. replace get_internal_block_refs usages

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6d15acd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. add deprecation warning

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3e4d9b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 0701-count

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3ea9759 View commit details
    Browse the repository at this point in the history
  3. snapshot metadata only

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b6df226 View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    70f82de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97d177b View commit details
    Browse the repository at this point in the history
  6. update parquet test

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f520c62 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. only cache metadata once iteration terminates

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    629d6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1abdb63 View commit details
    Browse the repository at this point in the history
  3. log deprecation warning

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7c2710a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge branch 'master' into 0705-get_internal_block_refs

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    52944e9 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a6e99c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. comments

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fc0a334 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 0705-get_internal_block_refs

    Signed-off-by: Scott Lee <sjl@anyscale.com>
    scottjlee committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    615b03a View commit details
    Browse the repository at this point in the history