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

Speed up Decimal256 validation based on bytes comparison and add benchmark test #2360

Merged
merged 16 commits into from
Aug 12, 2022

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    d553a99 View commit details
    Browse the repository at this point in the history
  2. update speed

    liukun4515 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a64b8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f03830b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. add comment

    liukun4515 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3fc0797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2a489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5334c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    364929e View commit details
    Browse the repository at this point in the history
  5. remove useless code

    liukun4515 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6f5b06a View commit details
    Browse the repository at this point in the history
  6. format code

    liukun4515 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    59d26fd View commit details
    Browse the repository at this point in the history
  7. change format

    liukun4515 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0947468 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1961c74 View commit details
    Browse the repository at this point in the history
  9. fix test

    liukun4515 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ce67555 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Update arrow/src/datatypes/datatype.rs

    Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
    liukun4515 and viirya committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    fccf3b3 View commit details
    Browse the repository at this point in the history
  2. Update arrow/src/datatypes/datatype.rs

    Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
    liukun4515 and viirya committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    0bd4df4 View commit details
    Browse the repository at this point in the history
  3. address comment

    liukun4515 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    fac1f71 View commit details
    Browse the repository at this point in the history
  4. address comment

    liukun4515 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3aab001 View commit details
    Browse the repository at this point in the history