modin icon indicating copy to clipboard operation
modin copied to clipboard

FIX-#7221: Don't use `use_legacy_dataset=False` for `ParquetDataset`

Open anmyachev opened this issue 9 months ago • 0 comments

What do these changes do?

This was originally added here: https://github.com/modin-project/modin/pull/3416/files, but the reason for it is not described.

  • [x] first commit message and PR title follow format outlined here

    NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.

  • [x] passes flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
  • [x] passes black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
  • [x] signed commit with git commit -s
  • [x] Resolves #7221
  • [ ] tests added and passing
  • [x] module layout described at docs/development/architecture.rst is up-to-date

anmyachev avatar Apr 26 '24 16:04 anmyachev