wForget commented on issue #7652:
URL: 
https://github.com/apache/incubator-gluten/issues/7652#issuecomment-2431033020

   Reproduce:
   
   ```
   create table t1 (a string) stored as parquet;
   
   -- insert a binary value to t1 location
   INSERT OVERWRITE DIRECTORY 'hdfs://XXXXX/t1' USING parquet select 
cast('test' as binary) as a;
   
   select count(1) from t1 group by a;
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to