jt2594838 opened a new pull request, #17841:
URL: https://github.com/apache/iotdb/pull/17841

   ## Description
   
   This PR fixes table-model DELETE predicate parsing when the TIME column has 
been renamed. The deletion analyzer now resolves the actual TIME column name 
from table schema instead of assuming the default time column name.
   
   It also adds i18n messages for the newly added semantic error and covers the 
renamed-time-column path in unit tests.
   
   ## Tests
   
   - mvn spotless:apply -pl iotdb-core/datanode
   - mvn spotless:apply -pl integration-test -P with-integration-tests
   - mvn test -pl iotdb-core/datanode -Dtest=AnalyzeUtilsTest,PredicateUtilsTest
   
   Note: Running IoTDBDeletionTableIT#testDeleteWithRenamedTimeColumn was 
attempted, but the test class failed in its shared setup/teardown before the 
case body due to CREATE/DROP DATABASE IF EXISTS test being parsed by the 
tree-model parser in this local environment.


-- 
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]

Reply via email to