Closed mvertes closed 7 years ago
The input string must be copied into an allocated buffer to avoid data corruption by V8 garbage collector. This is due to the fact that actual file writing by parquet-cpp is delayed and may happen well after the write method returns.
The input string must be copied into an allocated buffer to avoid data corruption by V8 garbage collector. This is due to the fact that actual file writing by parquet-cpp is delayed and may happen well after the write method returns.