- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for errInvalidDataSource (0.16 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/s3select/errors.go
message: strings.ToUpper(string(t)) + " is not applicable to the queried object. Please correct the request and try again.", statusCode: 400, cause: err, } } func errInvalidDataSource(err error) *s3Error { return &s3Error{ code: "InvalidDataSource", message: "Invalid data source type. Only CSV, JSON, and Parquet are supported.", statusCode: 400, cause: err, } }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Mar 14 16:48:36 GMT 2022 - 4.3K bytes - Click Count (0)