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

Add BulkResponse wrapper for improved decoding of HTTP bulk responses #649

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. BulkResponse: Add wrapper for improved decoding of HTTP bulk responses

    CrateDB HTTP bulk responses include `rowcount=` items, either signalling
    if a bulk operation succeeded or failed.
    
    - success means `rowcount=1`
    - failure means `rowcount=-2`
    
    https://cratedb.com/docs/crate/reference/en/latest/interfaces/http.html#error-handling
    amotl committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a96e375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a58353 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    af32409 View commit details
    Browse the repository at this point in the history
  2. Chore: Fix documentation Makefile for machines w/o the python cmd

    Newer machines don't have `python`, just `python2` and `python3`.
    amotl committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    aaf9ca6 View commit details
    Browse the repository at this point in the history