fresh-borzoni opened a new pull request, #3322:
URL: https://github.com/apache/fluss/pull/3322

   ## Summary
   
   Closes #3292
   
   Partition predicate pushdown stringified literals and partition values 
before evaluation, so range comparisons fell back to string lexicographic 
order. An INT partition column with values 2 and 10 under WHERE pt > 2 
lex-compared "10" < "2" and incorrectly dropped partition 10.
   
   Add PartitionUtils.toPartitionRow and PartitionUtils.partitionRowType in 
fluss-common. Use them from SparkPartitionPredicate and FlinkSourceEnumerator; 
drop the stringify step in FlinkTableSource and delete 
StringifyPredicateVisitor.


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