You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query_sql output_path clips cells via String#length (characters) while the constant and docs say 64KB (bytes). Multibyte cells can reach ~3x the nominal byte size. Cosmetic; align the check (bytesize) or the docs.
query_sql output_path clips cells via String#length (characters) while the constant and docs say 64KB (bytes). Multibyte cells can reach ~3x the nominal byte size. Cosmetic; align the check (bytesize) or the docs.