Skip to content

Commit 11d2cdf

Browse files
committed
fix scanner YSON converter
1 parent 6c398e5 commit 11d2cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/table/scanner/scan_raw.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (s *rawConverter) UTF8() (v string) {
221221

222222
func (s *rawConverter) YSON() (v []byte) {
223223
s.unwrap()
224-
return []byte(s.text())
224+
return s.bytes()
225225
}
226226

227227
func (s *rawConverter) JSON() (v []byte) {

0 commit comments

Comments
 (0)