fix(api): honor REST config overrides

Match the Java REST client merge semantics: treat null config maps as empty, apply defaults then client options then overrides, and remove entries whose final override value is null.
1 file changed
tree: 4e0603a387812290f5404fb56358911bd6c89005
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. benchmarks/
  5. bindings/
  6. crates/
  7. dev/
  8. docs/
  9. scripts/
  10. .asf.yaml
  11. .gitattributes
  12. .gitignore
  13. .licenserc.yaml
  14. Cargo.toml
  15. CONTRIBUTING.md
  16. copyright.txt
  17. deny.toml
  18. DEPENDENCIES.rust.tsv
  19. LICENSE
  20. Makefile
  21. NOTICE
  22. README.md
  23. rust-toolchain.toml
  24. rustfmt.toml
README.md

Apache Paimon Rust   Build Status Latest Version

The rust implementation of Apache Paimon.

Issue Tracker

See GitHub Issues

Contributing

Apache Paimon Rust is an exciting project currently under active development. Whether you're looking to use it in your projects or contribute to its growth, there are several ways you can get involved:

Documentation

The project documentation is built with MkDocs. See docs/README.md for details.

pip3 install mkdocs-material
cd docs && mkdocs serve

Getting help

Submit issues for bug report or asking questions in discussion.

License

Licensed under Apache License, Version 2.0.