You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `ThriftMaxBatchesInMemory` connection parameter to control the sliding window size for streaming (default: 3).
9
9
- Added support for disabling CloudFetch via `EnableQueryResultDownload=0` to use inline Arrow results instead.
10
-
- Added `EnableMetricViewSupport` connection parameter to enable/disable Metric View table type (default: disabled).
10
+
- Added `EnableMetricViewMetadata` connection parameter to enable/disable Metric View table type (default: disabled).
11
11
- Added `NonRowcountQueryPrefixes` connection parameter to specify comma-separated query prefixes that should return result sets instead of row counts.
* Added `ThriftMaxBatchesInMemory` connection parameter to control the sliding window size for streaming (default: 3).
17
17
* Added support for disabling CloudFetch via `EnableQueryResultDownload=0` to use inline Arrow results instead.
18
-
* Added `EnableMetricViewSupport` connection parameter to enable/disable Metric View table type (default: disabled).
18
+
* Added `EnableMetricViewMetadata` connection parameter to enable/disable Metric View table type (default: disabled).
19
19
* Added `NonRowcountQueryPrefixes` connection parameter to specify comma-separated query prefixes that should return result sets instead of row counts.
20
20
* Enhanced error logging for token exchange failures.
21
21
* Geospatial column type names now include SRID information (e.g., `GEOMETRY(4326)` instead of `GEOMETRY`).
0 commit comments