🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Schedule idle operators less aggressively
Section titled “Schedule idle operators less aggressively”Jan 24, 2024 · @dominiklohmann · #3865
Some idle source operators and loaders, e.g., from tcp://localhost:3000 where
no data arrives via TCP, consumed excessive amounts of CPU. This no longer
happens.
Remove restriction for unflattening into empty field names
Section titled “Remove restriction for unflattening into empty field names”Jan 23, 2024 · @dominiklohmann · #3814
The unflatten operator no longer ignores fields that begin or end with the
separator.