Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ParquetParsingError (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/s3select/parquet/errors.go

    	return err.statusCode
    }
    
    func (err *s3Error) Error() string {
    	return err.message
    }
    
    func errParquetParsingError(err error) *s3Error {
    	return &s3Error{
    		code:       "ParquetParsingError",
    		message:    "Error parsing Parquet file. Please check the file and try again.",
    		statusCode: 400,
    		cause:      err,
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 1.4K bytes
    - Click Count (0)
Back to Top