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

   ## Summary
   - Bound table delete predicate DNF expansion to 1000 disjunctive terms.
   - Return a localized semantic error instead of building an unbounded 
expression cross product.
   - Add focused unit coverage for within-limit and limit-exceeded DNF 
expansion.
   
   ## Tests
   - `mvn spotless:apply -pl iotdb-core/datanode`
   - `git diff --check`
   - `python -c "... DataNodeQueryMessages i18n parity ..."`
   - `mvn test -pl iotdb-core/datanode -Dtest=AnalyzeUtilsTest` failed before 
tests: JVM native memory allocation failure during checkstyle.
   - `mvn test -pl iotdb-core/datanode -Dtest=AnalyzeUtilsTest 
"-Dcheckstyle.skip=true" "-Dspotless.check.skip=true"` failed during datanode 
compile in generated aggregation classes: missing `ComparatorChain` / 
`getModeMapSizeThreshold()`.
   


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