RussellSpitzer commented on issue #2833: URL: https://github.com/apache/iceberg/issues/2833#issuecomment-881154751
The Spark issue is for 2.4 (and 3.0) I think we got the fix into 3.1 (thanks @holdenk!) . One fix I was considering was just allowing database.\`table.metadatatype\` and database.\`table$metadatatype\` as spark identifiers. I the patch for Iceberg is pretty small and it really only stops us from using $ and . inside of table names. That way we can have similar functionality in 2.4 but with a tiny caveat. -- 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]
