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
The following commit(s) were added to refs/heads/beyyes/fix_example by this
push:
new e0cdf539 fix example
e0cdf539 is described below
commit e0cdf53963d9a8cdd3b8448f41442d37219facf9
Author: Beyyes <[email protected]>
AuthorDate: Thu Mar 6 23:38:08 2025 +0800
fix example
---
cpp/examples/examples.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/examples/examples.cc b/cpp/examples/examples.cc
index 1b4f4d65..edbd819a 100644
--- a/cpp/examples/examples.cc
+++ b/cpp/examples/examples.cc
@@ -27,7 +27,7 @@ int main() {
demo_read();
std::cout << "begin write and read tsfile by c" << std::endl;
// C examples
- // write_tsfile();
- // read_tsfile();
+ write_tsfile();
+ read_tsfile();
return 0;
}
\ No newline at end of file