Caideyipi opened a new pull request, #17849: URL: https://github.com/apache/iotdb/pull/17849
## Description Add lightweight Pipe type conversion semantic integration tests for tree and table models. The tests share explicit semantic cases covering boolean/numeric/text/blob/string/date/timestamp conversions, including Java cast truncation/overflow, parse fallback values, and UTC date/timestamp conversion. Existing full-matrix type conversion ITs remain ignored because they are broad, random-data based, and use ValueConverter itself to build expected results. ## Tests - mvn -Ddevelocity.off=true spotless:apply -pl integration-test -P with-integration-tests - mvn -Ddevelocity.off=true -pl integration-test -P with-integration-tests -DskipUTs test-compile Note: running the new IT locally is blocked during cluster setup by a local classpath mismatch: timechodb-server-2.0.8-SNAPSHOT loads com.timecho.iotdb.rpc.IPCheckListServerContextFactory, which calls IoTDBConfig.isEnableWhiteList() missing from the current iotdb-server-2.0.7-SNAPSHOT jar. -- 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]
