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

DX-64328 Array types for Gandiva #58

Merged
merged 46 commits into from
Nov 20, 2023

Commits on Oct 25, 2023

  1. Fix merge

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dececfd View commit details
    Browse the repository at this point in the history
  2. Test geo function return types

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e56dba6 View commit details
    Browse the repository at this point in the history
  3. Fix unix build

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    05fb64f View commit details
    Browse the repository at this point in the history
  4. Struct testing

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0593acd View commit details
    Browse the repository at this point in the history
  5. Merge in list/array stuff

    Jiangtao Peng authored and lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    690f5ea View commit details
    Browse the repository at this point in the history
  6. add two list type input gandiva function

    Jiangtao Peng authored and lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    41c5083 View commit details
    Browse the repository at this point in the history
  7. Fix leftover merge

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    aa0a15c View commit details
    Browse the repository at this point in the history
  8. Fix merge

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0fdb09b View commit details
    Browse the repository at this point in the history
  9. Somewhat working for int32

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1976d7c View commit details
    Browse the repository at this point in the history
  10. Almost working

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b2a8380 View commit details
    Browse the repository at this point in the history
  11. lists kind of working

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0db2c7a View commit details
    Browse the repository at this point in the history
  12. add stuff. 100 rows

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    89d9f2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4249251 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4832d63 View commit details
    Browse the repository at this point in the history
  15. update scripts

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bcfcd88 View commit details
    Browse the repository at this point in the history
  16. Using some dynamic sizes

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a82ef6a View commit details
    Browse the repository at this point in the history
  17. Working with 1million rows

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5b38893 View commit details
    Browse the repository at this point in the history
  18. Everything working.

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2f33cda View commit details
    Browse the repository at this point in the history
  19. Remove some logging.

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e29a751 View commit details
    Browse the repository at this point in the history
  20. experiement 1

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    eb0c497 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7f62ffb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7a06e9e View commit details
    Browse the repository at this point in the history
  23. Everything working

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a9a7f51 View commit details
    Browse the repository at this point in the history
  24. Cleanup, tested

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a4ee4ae View commit details
    Browse the repository at this point in the history
  25. Cleanup and test

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    316b822 View commit details
    Browse the repository at this point in the history
  26. Cleanup, tested

    lriggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7d74608 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Working functions end to end.

    lriggs committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    980972f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. More cleanup.

    lriggs committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ff0f9ab View commit details
    Browse the repository at this point in the history
  2. Restore pom.xml

    lriggs committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b727684 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    lriggs committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cfb56a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    235e648 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. cleanup

    lriggs committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    112d540 View commit details
    Browse the repository at this point in the history
  2. Disable tests for now.

    lriggs committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0e3bd9e View commit details
    Browse the repository at this point in the history
  3. Remove uneeded changes.

    lriggs committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    662e9f1 View commit details
    Browse the repository at this point in the history
  4. Remove uneeded includes

    lriggs committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4bd53e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Fix unit tests

    lriggs committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b4af98a View commit details
    Browse the repository at this point in the history
  2. Cleanup.

    lriggs committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a057f58 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Cleanup

    lriggs committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    be455ab View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    7c7a939 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Fix unit test

    lriggs committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    fb55515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6639639 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Fix javadoc

    lriggs committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    054ef11 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. apacheGH-38511: [JAVA] added impl of getTransferPair(Field, BufferAll…

    …ocator, CallBack) for StructVector (dremio#59)
    xxlaykxx authored and lriggs committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2d9cdbf View commit details
    Browse the repository at this point in the history
  2. apacheGH-38511: [JAVA] added impl of getTransferPair(Field, BufferAll…

    …ocator, CallBack) for MapVector (dremio#60)
    
    * apacheGH-38511: [JAVA] added impl of getTransferPair(Field, BufferAllocator, CallBack) for MapVector
    xxlaykxx authored and lriggs committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f477cc8 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded code.

    lriggs committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b7c5288 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    b6593b3 View commit details
    Browse the repository at this point in the history