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

Improve from_json_to_raw_map #2562

Draft
wants to merge 31 commits into
base: branch-24.12
Choose a base branch
from

Commits on Oct 31, 2024

  1. Fix debug print

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    93e0b14 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ac6717e View commit details
    Browse the repository at this point in the history
  3. Remove unify_json_strings

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d57dc35 View commit details
    Browse the repository at this point in the history
  4. Misc

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7ae9207 View commit details
    Browse the repository at this point in the history
  5. Optimize column construction

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8844220 View commit details
    Browse the repository at this point in the history
  6. Create null mask for the output

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    30afc62 View commit details
    Browse the repository at this point in the history
  7. Add Java test

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9a18915 View commit details
    Browse the repository at this point in the history
  8. Add nullify_invalid_rows parameter to concat_json

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    740136e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ef0cc7 View commit details
    Browse the repository at this point in the history
  10. Adopt changes from concat_json

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b5ce045 View commit details
    Browse the repository at this point in the history
  11. Disable debug printing

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d0d9e63 View commit details
    Browse the repository at this point in the history
  12. Add options parameters for from_json_to_raw_map

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4f1c12d View commit details
    Browse the repository at this point in the history
  13. Early return if the input is empty

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8e77c63 View commit details
    Browse the repository at this point in the history
  14. Fix debug printing

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    779fafe View commit details
    Browse the repository at this point in the history
  15. Add test

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    91ccf90 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Cleanup

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    82323d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1ff64 View commit details
    Browse the repository at this point in the history
  3. Cleanup and add more docs

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5b84cb6 View commit details
    Browse the repository at this point in the history
  4. Rename variable

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a858939 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55db3be View commit details
    Browse the repository at this point in the history
  6. Rewrite tests

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5c3455c View commit details
    Browse the repository at this point in the history
  7. Support normalize_single_quotes

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f069b30 View commit details
    Browse the repository at this point in the history
  8. Rename test

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6362ea5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Add back the fallback version

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    6c418d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch 'branch-24.12' into from_json_map_improve

    # Conflicts:
    #	src/main/cpp/src/json_utils.hpp
    ttnghia committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    add4a89 View commit details
    Browse the repository at this point in the history
  2. Rename variable and change comment

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a95aa06 View commit details
    Browse the repository at this point in the history
  3. Handle empty input

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7ad7e14 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Add test

    ttnghia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    22040d3 View commit details
    Browse the repository at this point in the history
  2. Revert "Add test"

    This reverts commit 22040d3.
    ttnghia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5a75e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c93b8 View commit details
    Browse the repository at this point in the history
  4. Remove error check code

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d363975 View commit details
    Browse the repository at this point in the history