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-43495: [C++][Compute] Widen the row offset of the row table to 64-bit #43389

Merged
merged 34 commits into from
Aug 19, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    937ff8b View commit details
    Browse the repository at this point in the history
  2. More fix

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ab93a63 View commit details
    Browse the repository at this point in the history
  3. More fix

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e50e266 View commit details
    Browse the repository at this point in the history
  4. Fix test name

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c7e5225 View commit details
    Browse the repository at this point in the history
  5. Remove header

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    02669e1 View commit details
    Browse the repository at this point in the history
  6. Support avx2

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    148118a View commit details
    Browse the repository at this point in the history
  7. Fix warning

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    65aa81e View commit details
    Browse the repository at this point in the history
  8. Fix unaligned store

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2c4d57f View commit details
    Browse the repository at this point in the history
  9. Fix warning

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    db12592 View commit details
    Browse the repository at this point in the history
  10. Fix warning

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5bd2981 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f40f97 View commit details
    Browse the repository at this point in the history
  12. Fix warning on windows

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9c7c3b7 View commit details
    Browse the repository at this point in the history
  13. Refine compare tests

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    136b588 View commit details
    Browse the repository at this point in the history
  14. WIP join test

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9f9db1b View commit details
    Browse the repository at this point in the history
  15. Fix

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    26cfd77 View commit details
    Browse the repository at this point in the history
  16. Fix refined test

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c4005d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef7c0c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f171e54 View commit details
    Browse the repository at this point in the history
  19. Pass all hash join tests

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    25e86ff View commit details
    Browse the repository at this point in the history
  20. Refine tests

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c4ab99a View commit details
    Browse the repository at this point in the history
  21. Fix

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2b0ad20 View commit details
    Browse the repository at this point in the history
  22. Refine

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0f4b770 View commit details
    Browse the repository at this point in the history
  23. Fix compile

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    984b5e6 View commit details
    Browse the repository at this point in the history
  24. Fix warning

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    49a4067 View commit details
    Browse the repository at this point in the history
  25. Fix warning

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2ef0b46 View commit details
    Browse the repository at this point in the history
  26. Remove useless fix

    zanmato1984 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e65657a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    780e2be View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    348ce66 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ad0f78e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1215355 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    70b1936 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f23f706 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    0082bca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded3e67 View commit details
    Browse the repository at this point in the history