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

feat:Add function for row alignment with page mask #1791

Merged
merged 13 commits into from
Jun 6, 2022

Commits on Jun 3, 2022

  1. add range and rowRanges

    Ted-Jiang committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    116fcbb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. add some tests for range

    Ted-Jiang committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    0f23f20 View commit details
    Browse the repository at this point in the history
  2. add filter logic

    Ted-Jiang committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    e9c98c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. fix fmt

    Ted-Jiang committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    761c929 View commit details
    Browse the repository at this point in the history
  2. fix todo

    Ted-Jiang committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    be38829 View commit details
    Browse the repository at this point in the history
  3. fix test

    Ted-Jiang committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a4c9e60 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
    Ted-Jiang and viirya committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    f57d7e0 View commit details
    Browse the repository at this point in the history
  5. fix compute_row_ranges

    Ted-Jiang committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8329f21 View commit details
    Browse the repository at this point in the history
  6. fix annotation

    Ted-Jiang committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    d84b337 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    adc48cf View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    Ted-Jiang and tustvold committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fc61155 View commit details
    Browse the repository at this point in the history
  3. fix

    Ted-Jiang committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ce8aec2 View commit details
    Browse the repository at this point in the history
  4. Update parquet/src/file/page_index/range.rs

    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    Ted-Jiang and tustvold committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    81292d5 View commit details
    Browse the repository at this point in the history