https://delta.io logo
c

Cole MacKenzie

04/19/2023, 11:22 PM
Before I create an issue I wanted to check here. Why does
JsonWriter::buffer_len()
always return 0?
k

KyJah Keys

04/20/2023, 12:48 AM
I might be mixing up versions here, but I believe, without actually flushing the buffer lengths always remain zero unless you write enough data to trigger the automatic flushing behavior. Try adding a call to flush in your unit test before checking the size to confirm.
3 Views