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

tools: import rp-storage-tool #11223

Merged
merged 5 commits into from
Jun 7, 2023
Merged

Commits on Jun 6, 2023

  1. tools: import rp-storage-tool (formerly segment_toy)

    This is from commit
    b101a31927d48e513bec21ad500c048c91e7c192
    
    of https://github.com/jcsp/segment_toy
    jcsp committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4c829b2 View commit details
    Browse the repository at this point in the history
  2. tools/rp_storage_tool: remove unused partial adl impl

    This was mostly unused and the serialization half was
    incomplete: retain the deserialization part in a utility
    file for where it's used to read RecordBatchHeader.
    jcsp committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    383ac1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e26fb4d View commit details
    Browse the repository at this point in the history
  4. tools/rp_storage_tool: fix warnings

    The remaining warnings are from code used
    in the unstable binary that is unused in the
    main binary.
    jcsp committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    12aa3e0 View commit details
    Browse the repository at this point in the history
  5. tests: build rp-storage-tool from within tree

    This avoids the need for bumping shas.
    jcsp committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    17317a7 View commit details
    Browse the repository at this point in the history