v.21.6Bug Fix
Fixed TSV Format Deserialization Issue for Empty Strings
Fixed deserialization of empty string without newline at end of TSV format. This closes #20244. Possible workaround without version update: set input_format_null_as_default to zero. It was zero in old versions. #22527 (alexey-milovidov).