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

Always use an auto-generated doc values as a back-up for Avro doc-related metadata retrieval. #377

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2022

  1. Add initial supplied schema validation to prevent inconsistency betwe…

    …en supplied schema (expected data format) and an actual data format, returned by a SQL query.
    
    Reorganize some code to make locations more logical.
    
    Always use generated Avro schema.
    Optional user provided schema used for `doc` fields retrieval.
    Ruslan Altynnikov committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    3c87caa View commit details
    Browse the repository at this point in the history
  2. Changes after rebase.

    Ruslan Altynnikov committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    12989f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Add a better (full-range) test.

    Ruslan Altynnikov committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    057b4ab View commit details
    Browse the repository at this point in the history
  2. Fix a couple of code-style warnings.

    Ruslan Altynnikov committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9b11910 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Update avro doc field precedence rules.

    Add more tests and updte docs.
    Ruslan Altynnikov committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b4e5a38 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Add printout of SQL ResultSet metadata (raw fields descriptions retur…

    …n by a SQL result).
    Ruslan Altynnikov committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7bd0191 View commit details
    Browse the repository at this point in the history