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

fix: Persist missingValueInterpretationMap in StreamWriter's Builder #2587

Merged
merged 3 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Persist missingValueInterpretationMap in StreamWriter's Builder. In c…

    …ase the StreamWriter is recreated, the map will be used in the new StreamWriter too.
    yifatgortler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e5d93ae View commit details
    Browse the repository at this point in the history
  2. Fix format

    yifatgortler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    94cb8d0 View commit details
    Browse the repository at this point in the history
  3. Addressed comments: Revived the getMissingValueInterpretationMap meth…

    …od and added Integration Test.
    yifatgortler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    99a6a88 View commit details
    Browse the repository at this point in the history