This is an automated email from the ASF dual-hosted git repository. caogaofei pushed a commit to branch beyyes/fix_example in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit c5a0b5b0ee31a54da62b9f1f2a0f9154590a1f8b Author: Beyyes <[email protected]> AuthorDate: Thu Mar 6 23:36:49 2025 +0800 fix demo_read --- cpp/examples/cpp_examples/demo_read.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/examples/cpp_examples/demo_read.cpp b/cpp/examples/cpp_examples/demo_read.cpp index bfc1b8d4..b52b900a 100644 --- a/cpp/examples/cpp_examples/demo_read.cpp +++ b/cpp/examples/cpp_examples/demo_read.cpp @@ -27,7 +27,7 @@ int demo_read() { int code = 0; - libtsfile_init(); + storage::libtsfile_init(); std::string table_name = "table1"; // Create tsfile reader and open tsfile with specify path.
