Anthony M. Bonafide
Anthony M. Bonafide
The [SchemaWriter](https://github.com/fraugster/parquet-go/blob/c28e3072a9721f25d59193b9d74c642d20800fe8/schema.go#L987-L994) interface gives functionality for adding row level data via the [AddData](https://github.com/fraugster/parquet-go/blob/c28e3072a9721f25d59193b9d74c642d20800fe8/schema.go#L990 ) method. This method accepts the row information in the form of `map[string]interface{}` which allows the caller...
Change default SPU public port to 9010 Update local cluster to use the project wide default SPU public port Fixes https://github.com/infinyon/fluvio/issues/3739
## Describe the bug Using Kickstart with a couple of additional plugins unrelated to debugging. I am able to start debugging Go projects using the `Debug` , `Debug (Arguments)`, `Debug...