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

Better support for parsing date-related data types from ClickHouse #6863

Merged
merged 6 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. Better support for parsing date-related data types from ClickHouse

    - Support parsing timezones out of `DateTime` and `DateTime64` types,
      and add support for `Date` type.
    - Switch to using `nom` for more robust parsing of these types.
    - Fix bug in block concatenation, where we concatenated rows but didn't
      update the contained row count. Add regression test.
    - Add a new USDT probe for data packets specifically, with size and
      column names / types
    bnaecker committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4bdd53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2750cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff0af17 View commit details
    Browse the repository at this point in the history
  4. Clippy nit

    bnaecker committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c008168 View commit details
    Browse the repository at this point in the history
  5. Another clippy nit

    bnaecker committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c22f081 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c7ba6b View commit details
    Browse the repository at this point in the history