Merge branch 'master' into join-bug

This commit is contained in:
Kuba Podgórski 2020-09-02 01:51:48 +02:00 committed by GitHub
commit 6255c3f07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ func emptyResult(c *pql.Call) interface{} {
return false
case "Row":
return Row{Keys: []string{}}
return &Row{Keys: []string{}}
case "Rows":
return RowIdentifiers{Keys: []string{}}