Skip to content

Commit 68fff74

Browse files
committed
Fix EOF error when joining multiple tables on the JSON qual column. Handle zero value jsonb quaLs. Closes #201
1 parent 0966d98 commit 68fff74

File tree

3 files changed

+22
-165
lines changed

3 files changed

+22
-165
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ require (
8989
github.com/olekukonko/tablewriter v0.0.5 // indirect
9090
github.com/opencontainers/go-digest v1.0.0 // indirect
9191
github.com/opencontainers/image-spec v1.0.2 // indirect
92-
github.com/pegasus-kv/thrift v0.13.0 // indirect
9392
github.com/pelletier/go-toml v1.9.5 // indirect
9493
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
9594
github.com/pkg/errors v0.9.1 // indirect

0 commit comments

Comments
 (0)