Slawomir Pajak
Slawomir Pajak
In case of fetching information from `information_schema` with `table_name` predicate when table/view is not supported (e.g Table SerdeInfo is null) user get empty results. This should be improved. Example queries...
## Description In case external Glue failure in getTable function throw `TrinoException` with more clear error type. ## Additional context and related issues Example stack trace: ``` "type": "com.amazonaws.services.glue.model.AccessDeniedException", "message":...
## Description In case failing of argument checks in `CsvDeserializerFactory` and `CsvDeserializer` changing `IllegalArgumentException` to `TrinoException` with more clear error type. ## Additional context and related issues Example stack trace:...
## Description If `bigquery.parent-project-id` was specified in configuration it was set as `projectId` in `BigQueryOptions`. For queries without `TableId` or `DatasetId` specified `BigQueryOptions` was used resulting in using wrong projectId....