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

Adding Beam Schemas capability to parse json-schemas. This is the de-… #24271

Merged
merged 14 commits into from
Dec 2, 2022

Commits on Nov 22, 2022

  1. Adding Beam Schemas capability to parse json-schemas. This is the de-…

    …facto standard way to define JSON schemas
    pabloem committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6add8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d77e7a View commit details
    Browse the repository at this point in the history
  3. addressing comments

    pabloem committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a14c8c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fixup

    pabloem committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    342edca View commit details
    Browse the repository at this point in the history
  2. fixup

    pabloem committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0162d05 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

    pabloem committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    88c9176 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils…

    …/JsonUtils.java
    
    Co-authored-by: Lukasz Cwik <lcwik@google.com>
    pabloem and lukecwik authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    bcb19dc View commit details
    Browse the repository at this point in the history
  2. Update sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils…

    …/JsonUtils.java
    
    Co-authored-by: Lukasz Cwik <lcwik@google.com>
    pabloem and lukecwik authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1fe9e77 View commit details
    Browse the repository at this point in the history
  3. Update sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils…

    …/JsonUtils.java
    
    Co-authored-by: Lukasz Cwik <lcwik@google.com>
    pabloem and lukecwik authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d7c787a View commit details
    Browse the repository at this point in the history
  4. Update sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils…

    …/JsonUtils.java
    
    Co-authored-by: Lukasz Cwik <lcwik@google.com>
    pabloem and lukecwik authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    426c48b View commit details
    Browse the repository at this point in the history
  5. Update sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils…

    …/JsonUtils.java
    
    Co-authored-by: Lukasz Cwik <lcwik@google.com>
    pabloem and lukecwik authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7560af0 View commit details
    Browse the repository at this point in the history
  6. improve docs

    pabloem committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    254c258 View commit details
    Browse the repository at this point in the history
  7. fixup

    pabloem committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    aff5ea4 View commit details
    Browse the repository at this point in the history