dixingxing0 commented on issue #2567: URL: https://github.com/apache/iceberg/issues/2567#issuecomment-841139053
Hi @pvary, after i did more testing, i found my solution not working as expected. I've return an dummy field with `Integer` type when IcebergRecordObjectInspector#getStructFieldRef raise 'cannot find field xxx_guid', but `Integer` type can not working with all SQL functions, e.g. CONCAT_WS(xxx_guid, '###') will raise an exception: ``` org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException: Argument 72 of function CONCAT_WS must be "string or array<string>" ``` So, I think we still need another general solution. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
