paul-rogers commented on PR #12745: URL: https://github.com/apache/druid/pull/12745#issuecomment-1176507480
@gianm , thanks for the PR description! Since there are no uses of this code yet, can you perhaps describe how it might be used? Or, point to some UTs? For example, how might I use a frame to write a set of 10 rows, with a schema that includes a long (fixed-width), string (variable-width), array (variable-length arrays of variable-width values) and complex (fixed-width, but non-scalar values)? Then, how would I read those back? Does my writable frame have to get converted to a readable one somehow? How does that work? Thanks! -- 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]
