rluvaton commented on issue #18411: URL: https://github.com/apache/datafusion/issues/18411#issuecomment-3671633257
> From discord @pepijnve : `l_returnflag and l_linestatus are both char(1)` > > I think this is an interesting obervation as well - `l_returnflag` and `l_linestatus` could: > * be packed into a single 16-bit value Does `char(1)` must be single byte? What about UTF-8? -- 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]
