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

WIP: Proof-of-concept Parquet GEOMETRY logical type implementation #43196

Closed
wants to merge 29 commits into from

Commits on Aug 12, 2024

  1. update thrift

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4a4ebc9 View commit details
    Browse the repository at this point in the history
  2. update thrift defs

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6f4e4b7 View commit details
    Browse the repository at this point in the history
  3. add stubs

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6acb2f2 View commit details
    Browse the repository at this point in the history
  4. split methods out of line

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6ff5855 View commit details
    Browse the repository at this point in the history
  5. maybe to/from thrift

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0ac5d84 View commit details
    Browse the repository at this point in the history
  6. a few more serializers

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8a80ac7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f330997 View commit details
    Browse the repository at this point in the history
  8. add sort order check

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b34b1c2 View commit details
    Browse the repository at this point in the history
  9. update thrift

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7e9f9b2 View commit details
    Browse the repository at this point in the history
  10. start geom utiles

    paleolimbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6a9ac3a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    a22908f View commit details
    Browse the repository at this point in the history
  2. more geometry utils

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dcc083a View commit details
    Browse the repository at this point in the history
  3. more

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9acc840 View commit details
    Browse the repository at this point in the history
  4. bounder

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e18412c View commit details
    Browse the repository at this point in the history
  5. add basic test

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    76b3f59 View commit details
    Browse the repository at this point in the history
  6. a few more strings

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fc77ff2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21f11a1 View commit details
    Browse the repository at this point in the history
  8. more tests

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6bbce5c View commit details
    Browse the repository at this point in the history
  9. fix test

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bb41b06 View commit details
    Browse the repository at this point in the history
  10. with passing tests

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    88a42f5 View commit details
    Browse the repository at this point in the history
  11. add in WKT equiv

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3798ef1 View commit details
    Browse the repository at this point in the history
  12. more tests

    paleolimbot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ccbd616 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. start on stats

    paleolimbot committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    3752f83 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2ff6078 View commit details
    Browse the repository at this point in the history
  2. more complete stats

    paleolimbot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    79e4715 View commit details
    Browse the repository at this point in the history
  3. start on factory methods

    paleolimbot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4444757 View commit details
    Browse the repository at this point in the history
  4. more stats things

    paleolimbot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    176c997 View commit details
    Browse the repository at this point in the history
  5. maybe work with serde

    paleolimbot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1de193e View commit details
    Browse the repository at this point in the history
  6. Update cpp/src/parquet/types.cc

    Co-authored-by: Gang Wu <[email protected]>
    paleolimbot and wgtmac authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d2f8157 View commit details
    Browse the repository at this point in the history