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

support compression for IPC with revamped feature flags #2369

Merged
merged 38 commits into from Aug 14, 2022

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    e51eca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede5115 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    liukun4515 committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    67e7de5 View commit details
    Browse the repository at this point in the history
  4. edit toml

    liukun4515 committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    58488a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. fix clippy and format

    liukun4515 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    932e381 View commit details
    Browse the repository at this point in the history
  2. format doc

    liukun4515 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    fcc4f5f View commit details
    Browse the repository at this point in the history
  3. format code

    liukun4515 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5b0d711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c61067 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ac4b01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49edfc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    5d974b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a14e1e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. address comments

    liukun4515 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7f90fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    4287c0f View commit details
    Browse the repository at this point in the history
  2. fixup flags in reader

    alamb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    45a5389 View commit details
    Browse the repository at this point in the history
  3. Make stub interface

    alamb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    3bd610d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    f7b1803 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    201de6e View commit details
    Browse the repository at this point in the history
  3. Clean up writing

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    c32f6e1 View commit details
    Browse the repository at this point in the history
  4. use uniform flag syntax

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    0b407e8 View commit details
    Browse the repository at this point in the history
  5. fix flags

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    37504da View commit details
    Browse the repository at this point in the history
  6. Rename for clarity

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e2456f5 View commit details
    Browse the repository at this point in the history
  7. fix compilation

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5ab5afd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5d9747 View commit details
    Browse the repository at this point in the history
  9. fix: clippy

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8ab3d39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b7f94a View commit details
    Browse the repository at this point in the history
  11. merge-confligts

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    21eb68d View commit details
    Browse the repository at this point in the history
  12. Add note in doc

    alamb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    443d7fb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    3db3d54 View commit details
    Browse the repository at this point in the history
  2. improve variable name

    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bef901d View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Kun Liu <liukun@apache.org>
    Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
    Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
    4 people committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    8d1c50d View commit details
    Browse the repository at this point in the history
  4. improve comment in stub.rs

    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ee41c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76a31c1 View commit details
    Browse the repository at this point in the history
  6. Fix for new clippy

    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    c78dd22 View commit details
    Browse the repository at this point in the history
  7. Clean up clippy

    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    c51c8cc View commit details
    Browse the repository at this point in the history
  8. Clean up header writing

    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    2ed7ce3 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'alamb/help_feature_flags' of github.com:alamb/arrow-rs …

    …into alamb/help_feature_flags
    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    257c3b4 View commit details
    Browse the repository at this point in the history
  10. fmt

    alamb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    4f59de4 View commit details
    Browse the repository at this point in the history