alamb commented on code in PR #4881:
URL: https://github.com/apache/arrow-datafusion/pull/4881#discussion_r1067884422


##########
dev/release/update_change_log.sh:
##########
@@ -61,6 +61,9 @@ docker run -it --rm \
     githubchangeloggenerator/github-changelog-generator \
     --user apache \
     --project arrow-datafusion \
+    --cache-file=.githubchangeloggenerator.cache \

Review Comment:
   👍 



##########
datafusion/CHANGELOG.md:
##########
@@ -19,9 +19,65 @@
 
 # Changelog
 
-## [16.0.0](https://github.com/apache/arrow-datafusion/tree/16.0.0) 
(2023-01-06)
+## [16.0.0](https://github.com/apache/arrow-datafusion/tree/16.0.0) 
(2023-01-12)
 
-[Full 
Changelog](https://github.com/apache/arrow-datafusion/compare/15.0.0-rc1...16.0.0)
+[Full 
Changelog](https://github.com/apache/arrow-datafusion/compare/16.0.0-rc1...16.0.0)
+
+**Breaking changes:**
+
+- Remove unused ExecutionPlan::relies\_input\_order \(has been replaced with 
`required_input_ordering`\) 
[\#4856](https://github.com/apache/arrow-datafusion/pull/4856) 
([alamb](https://github.com/alamb))
+- Add DataFrame::into\_view instead of implementing TableProvider \(\#2659\) 
[\#4778](https://github.com/apache/arrow-datafusion/pull/4778) 
([tustvold](https://github.com/tustvold))
+
+**Implemented enhancements:**
+
+- Support custom window frame with AVG aggregate function 
[\#4845](https://github.com/apache/arrow-datafusion/issues/4845)
+- add sqllogicaltest for tpch and remove some duplicated test. 
[\#4801](https://github.com/apache/arrow-datafusion/issues/4801)
+- Catalog Snapshot Isolation 
[\#4697](https://github.com/apache/arrow-datafusion/issues/4697)
+- Support `select .. FROM 'parquet.file'` in datafusion-cli 
[\#4580](https://github.com/apache/arrow-datafusion/issues/4580)

Review Comment:
   🎉  it made it in -- this is such a cool feature



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to