manishmalhotrawork commented on issue #1479: URL: https://github.com/apache/iceberg/issues/1479#issuecomment-695156033
@RussellSpitzer @aokolnychyi yeah, looks like this change can fix the issue. as `URLEncoder` converts space to `+` Or it has to do decoding as encoded? tested column_name field with spaces it works ( in case we create table using Iceberg internal API's) with Spark, it has to use back ticks ` I tested with no `escape` and it seems to be good for this test-case. ---------------------------------------------------------------- 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]
