S3 Select: Add parser support for lists. (#8329)

This commit is contained in:
Klaus Post
2019-10-06 07:52:45 -07:00
committed by Harshavardhana
parent e85df07518
commit 002ac82631
10 changed files with 487 additions and 63 deletions

View File

@@ -83,7 +83,7 @@ func TestJsonpathEval(t *testing.T) {
for j, rec := range recs {
// fmt.Println(rec)
r, err := jsonpathEval(jp.PathExpr, rec)
r, _, err := jsonpathEval(jp.PathExpr, rec)
if err != nil {
t.Errorf("Error: %d %d %v", i, j, err)
}