RussellSpitzer edited a comment on issue #1479:
URL: https://github.com/apache/iceberg/issues/1479#issuecomment-695106528


   Should we just be not escaping?
   ```
         sb.append(field.name()).append("=").append(escape(valueString));
   ```
   
   Because even if this was what we wanted it would be wrong for field names 
since we are only escaping values


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

Reply via email to