Skip to content

Commit 0531451

Browse files
authored
fix url param name (#1257)
1 parent 61574e5 commit 0531451

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Added `EnableInlineStreaming` connection parameter to enable/disable streaming mode (default: enabled).
88
- Added `ThriftMaxBatchesInMemory` connection parameter to control the sliding window size for streaming (default: 3).
99
- 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).
1111
- Added `NonRowcountQueryPrefixes` connection parameter to specify comma-separated query prefixes that should return result sets instead of row counts.
1212

1313
### Updated

release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enhancements & New Features
1515
* Added `EnableInlineStreaming` connection parameter to enable/disable streaming mode (default: enabled).
1616
* Added `ThriftMaxBatchesInMemory` connection parameter to control the sliding window size for streaming (default: 3).
1717
* 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).
1919
* Added `NonRowcountQueryPrefixes` connection parameter to specify comma-separated query prefixes that should return result sets instead of row counts.
2020
* Enhanced error logging for token exchange failures.
2121
* Geospatial column type names now include SRID information (e.g., `GEOMETRY(4326)` instead of `GEOMETRY`).

0 commit comments

Comments
 (0)