hudi-bot opened a new issue, #17085:
URL: https://github.com/apache/hudi/issues/17085

   context https://issues.apache.org/jira/browse/HUDI-9566
   
   The issue is record in data table can be of any data type
   
   The record value tracked by secondary index is all converted to string via 
"toString" call.
   
   What make things worse is the toString call can be invoked on various data 
type, based on how the read path and write path prepare keys to look up / 
updated keys for SI update.
   
    
   
   We need to recap the design. For SI index to work, the acceptance criteria is
   
   record matching mechanism in data table should be the same as record 
matching mechanism in the MDT.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-9587
   - Type: Bug
   - Fix version(s):
     - 1.2.0


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