abs-tudelft / fletcher

Fletcher: A framework to integrate FPGA accelerators with Apache Arrow
https://abs-tudelft.github.io/fletcher/
Apache License 2.0
217 stars 31 forks source link

Handle duplicate RecordBatch names #192

Closed johanpel closed 4 years ago

johanpel commented 5 years ago

Supplying schemas and/or recordbatches with the same recordbatch name in the schema metadata results in undefined behavior.

It would be nicer if fletchgen returns with an error.

johanpel commented 4 years ago

This was fixed in #226