dalingmeng opened a new pull request, #23: URL: https://github.com/apache/paimon-cpp/pull/23
<!-- Please specify the module before the PR name: feat: ... or fix: ... --> ### Purpose <!-- Linking this pull request to the issue --> No Linked issue. <!-- What is the purpose of the change --> Introduce string/JSON/path utility modules to the apache/paimon-cpp codebase. These modules provide common string manipulation, date-time parsing, path operations, configuration option parsing, and JSON serialization helpers. Introduce DateTimeUtils for timestamp parsing and formatting (date_time_utils.h) Introduce TimezoneGuard test utility for timezone-dependent tests (timezone_guard.h) Introduce StringUtils for string splitting, trimming, type conversion, and formatting (string_utils.h, string_utils.cpp) Introduce RapidJsonUtil for JSON document read/write helpers (rapidjson_util.h) Introduce PathUtil for file path manipulation and generation (path_util.h, path_util.cpp) Introduce OptionsUtils for parsing configuration key-value options (options_utils.h) Introduce Jsonizable CRTP base for JSON serialization/deserialization (jsonizable.h) ### Tests <!-- List UT and IT cases to verify this change --> date_time_utils_test.cpp — Timestamp parsing, formatting, timezone handling string_utils_test.cpp — String split, trim, conversion, and format operations rapidjson_util_test.cpp — JSON document creation, read, and write path_util_test.cpp — Path join, normalize, and UUID-based temp path generation options_utils_test.cpp — Configuration option key-value parsing jsonizable_test.cpp — JSON serialization and deserialization round-trip ### API and Format No API or format changes. <!-- Does this change affect API in include dir or storage format or protocol --> ### Documentation No documentation changes ### Generative AI tooling -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
