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

GH-35627: [C++][Format][Integration] Add string view to the arrow format #35628

Closed
wants to merge 38 commits into from

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    6d490ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21688eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6cd95 View commit details
    Browse the repository at this point in the history
  4. add StringView/BinaryView to AllTypeIds

    zagto authored and bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    52eb446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a75259 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    zagto authored and bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1d81aea View commit details
    Browse the repository at this point in the history
  7. fix formatting

    zagto authored and bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3931e25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fe8e2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6624acc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8511bf1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6df010f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c24fd5 View commit details
    Browse the repository at this point in the history
  13. wrote <=, needed >=

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    190648c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    018b49f View commit details
    Browse the repository at this point in the history
  15. add cast to/from string_view

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0ee9d89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6ed4ac0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8bf258 View commit details
    Browse the repository at this point in the history
  18. formatting, compilation fixes

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bfe16b3 View commit details
    Browse the repository at this point in the history
  19. CI fixes

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1a01463 View commit details
    Browse the repository at this point in the history
  20. format python too

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bdf7836 View commit details
    Browse the repository at this point in the history
  21. more casts

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    80a8758 View commit details
    Browse the repository at this point in the history
  22. msvc: more casts

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4cd23f2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2d93d97 View commit details
    Browse the repository at this point in the history
  24. more casts

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2c395c3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e626949 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    71db0dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c961942 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    84f0723 View commit details
    Browse the repository at this point in the history
  29. go impl isn't here... yet

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    175baac View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b5196a6 View commit details
    Browse the repository at this point in the history
  31. clang-format

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    dd4a5be View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    aaad04f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d71c223 View commit details
    Browse the repository at this point in the history
  34. review comments

    bkietz committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5f06a1c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. repair merge error

    bkietz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    def55c6 View commit details
    Browse the repository at this point in the history
  2. formatting again

    bkietz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    dddc3df View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. DCHECK_EQ() not DCHECK(==)

    bkietz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    fdda27c View commit details
    Browse the repository at this point in the history
  2. add BinaryViewLike matcher

    bkietz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    46cf7e6 View commit details
    Browse the repository at this point in the history