mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Rebase minio/parquet-go and fix null handling. (#7067)
This commit is contained in:
@@ -179,7 +179,7 @@ func (api objectAPIHandlers) SelectObjectContentHandler(w http.ResponseWriter, r
|
||||
rs := &HTTPRangeSpec{
|
||||
IsSuffixLength: isSuffixLength,
|
||||
Start: offset,
|
||||
End: length,
|
||||
End: offset + length,
|
||||
}
|
||||
|
||||
return getObjectNInfo(ctx, bucket, object, rs, r.Header, readLock, ObjectOptions{})
|
||||
|
||||
Reference in New Issue
Block a user