mitdbg / brad

A virtualization layer for cloud data infrastructures.
https://dsg.csail.mit.edu/projects/brad
MIT License
7 stars 1 forks source link

Create RecordBatch in BradStatement from query result and schema exposed from underlying connections #502

Closed sopzha closed 5 months ago

sopzha commented 5 months ago

(Also added as a TODO) not super sure how to check for uninitialized or null values in query_result for all field types before calling AppendNull on the builder object. For utf8 / string fields, I assumed an empty string is equivalent to having a null value.