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

ARROW-4314: [Rust] Strongly-typed reading of Parquet data #3461

Closed
wants to merge 40 commits into from

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    588f167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4aad2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a90f59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0333d6b View commit details
    Browse the repository at this point in the history
  5. Add license headers

    alecmocatta committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    4556a10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b101c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d7323b View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary state from readers; Remove Root from Deserialize b…

    …ounds so can deserialize foreign structs; Test #[derive(Deserialize)]; Better honour TripletIter API
    alecmocatta committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    71ffc48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1565a56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30a24bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b9e5f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23e3af7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a66858e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d758139 View commit details
    Browse the repository at this point in the history
  15. Better printing of schema

    alecmocatta committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    421e946 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    38a0023 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ec59b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Clean up warnings

    alecmocatta committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    4270c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c3bb68 View commit details
    Browse the repository at this point in the history
  3. Update time tests

    alecmocatta committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    0fc3db9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    757f3ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31fb201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6027368 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50380c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b45e3c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9dedef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2a6f55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08b4bf4 View commit details
    Browse the repository at this point in the history
  12. Remove invalid map derived test

    The type system prevents this, and the untyped test is invalid_map_type in record/schemas.rs
    alecmocatta committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    a8c339d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c41457 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e64ba9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b727a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b969fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0ee0a8b View commit details
    Browse the repository at this point in the history
  18. Use a faster hashmap for Group, and wrap it in Arc rather than Rc so …

    …that Group, Value etc are Send; Return Err on overflowing Timetamp math
    alecmocatta committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    4ce5c0e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b36e0ed View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3e1f368 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    49259dd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e0c4064 View commit details
    Browse the repository at this point in the history
  23. fix tests

    alecmocatta committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    c0b5e45 View commit details
    Browse the repository at this point in the history