mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
select: add MISSING operator support (#14406)
Probably not full support, but for regular checks it should work. Fixes #14358
This commit is contained in:
@@ -59,6 +59,7 @@ func (r *Record) Get(name string) (*sql.Value, error) {
|
||||
}
|
||||
return sql.FromBytes([]byte(r.csvRecord[idx])), nil
|
||||
}
|
||||
// TODO: Return Missing?
|
||||
return nil, fmt.Errorf("column %v not found", name)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user