*Hi all,* I have finished the initial implementation of the Spark TsFile table model connector for #843.
The PR is ready for review: *https://github.com/apache/tsfile/pull/845 <https://github.com/apache/tsfile/pull/845>* This PR adds a Spark DataSource V2 connector for reading and writing table-model TsFile files with `.format("tsfile")`. It includes schema inference, append writes, column pruning, basic predicate pushdown, `mergeSchema=true`, CTAS support, examples, and integration tests. I have run the relevant Maven tests locally: *JAVA_HOME=$(/usr/libexec/java_home -v 21) ./mvnw -P with-java -pl java/spark-tsfile -am test* The build passed successfully. Please take a look when you have time. Any feedback is welcome. *Best,Bryan Yang(杨易达)*
