File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Contributors:
28
28
* Alex Gaynor
29
29
* Branch Vincent
30
30
* Jacob Williams
31
+ * Nicolas Paris
31
32
32
33
Creator:
33
34
--------
Original file line number Diff line number Diff line change 1
- TBD
2
- =====
1
+ 1.7.0 ( TBD)
2
+ ============
3
3
4
+ Features:
5
+ ---------
6
+ * Add support for Amazon Athena query result reuse with configurable TTL
7
+ - Add ` --result-reuse-enable ` CLI option to enable/disable query result reuse
8
+ - Add ` --result-reuse-minutes ` CLI option to configure TTL in minutes
9
+ - Add ` result_reuse_enable ` and ` result_reuse_minutes ` configuration options in athenaclirc
10
+ - Requires Athena engine version 3
11
+ - Can drastically improve query performance for repeated queries
4
12
* Allow catalog to be specified as part of the database argument. ([ <catalog >.] <database >)
5
13
6
14
1.6.8 (2022/05/15)
@@ -25,7 +33,6 @@ Bugfix:
25
33
==================
26
34
27
35
* Update the default branch to 'main'
28
-
29
36
1.6.4 (2022/04/24)
30
37
==================
31
38
You can’t perform that action at this time.
0 commit comments