tengqm commented on PR #6497: URL: https://github.com/apache/gravitino/pull/6497#issuecomment-2678328274
Even if we have a use case for this, we'll need a design for the output. For example, should we always quote a field value with `""`? What if there are `,` in a field value that breaks the parser? How do we want a boolean value to be presented? `true` or `"true"` or `TRUE` or something else? How will we present null values? so on and so forth. We NEVER do something simply because it is DOABLE. There are simply a thousand ways to spend your precious time. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org