geserdugarov commented on issue #12155:
URL: https://github.com/apache/hudi/issues/12155#issuecomment-2434956415

   For opposite example:
   ```Text
   Key:f1:101,010,f2:forceToOneBucket;  new hash: [forceToOneBucket];   current 
hash: [010, forceToOneBucket];  new bucket = 0; current bucket = 1
   Key:f1:122,120,f2:forceToOneBucket;  new hash: [forceToOneBucket];   current 
hash: [120, forceToOneBucket];  new bucket = 0; current bucket = 0
   Key:f1:123,410,f2:forceToOneBucket;  new hash: [forceToOneBucket];   current 
hash: [410, forceToOneBucket];  new bucket = 0; current bucket = 2
   ```
   we didn't filter everything after `,` from `f1` despite that we want to hash 
only by `f2`.


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