[GitHub] [hudi] Zhangshunyu commented on issue #6691: [SUPPORT]Error after applyed HUDI-4851 for InSet

2022-09-19 Thread GitBox


Zhangshunyu commented on issue #6691:
URL: https://github.com/apache/hudi/issues/6691#issuecomment-1250745286

   > UTF8
   
   1. The data type of this column is STRING in hudi table schema
   2. the values in IN set are normal string values in SQL .
   3. the UTF8String is generated by spark
   
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] Zhangshunyu commented on issue #6691: [SUPPORT]Error after applyed HUDI-4851 for InSet

2022-09-15 Thread GitBox


Zhangshunyu commented on issue #6691:
URL: https://github.com/apache/hudi/issues/6691#issuecomment-1248933132

   select count(*),count(distinct word)  from test_table where word in 
('HelloWorld', 'OK', ... etc. 1000 words here)
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org