Read the [Incremental Update for v0.33](https://www.feldera.com/blog/incremental-update-13/) to learn what's new in this release!
What's Changed
* Revert "[adapters] Workaround for datafusion regression." by ryzhyk in https://github.com/feldera/feldera/pull/3123
* docker: point compose file to Feldera version 0.32.0 by gz in https://github.com/feldera/feldera/pull/3138
* Use types that directly represent files, instead of file handles. by blp in https://github.com/feldera/feldera/pull/3133
* [SQL] Fix/implement functions `DATE_FORMAT`, `ARRAY_CONCAT`, `ARRAY_UNION`,… by mihaibudiu in https://github.com/feldera/feldera/pull/3124
* [DOC] Small SQL documentation fixes by mihaibudiu in https://github.com/feldera/feldera/pull/3142
* [SQL] Three commits fixing three bugs (3125, 3126, 3128). by mihaibudiu in https://github.com/feldera/feldera/pull/3135
* [SQL] Add missing cast functions to variant (3140) by mihaibudiu in https://github.com/feldera/feldera/pull/3141
* pipeline-manager: connector orchestration by snkas in https://github.com/feldera/feldera/pull/3096
* [SQL] Workaround Calcite's inconsistent typing of ROW fields (3119) by mihaibudiu in https://github.com/feldera/feldera/pull/3146
* Improve logging for adapter messages by blp in https://github.com/feldera/feldera/pull/3084
* [SQL] Restrict the kinds of results that can be produced by date subtraction (3132) by mihaibudiu in https://github.com/feldera/feldera/pull/3137
* deploy: fix copy of Cargo.lock by snkas in https://github.com/feldera/feldera/pull/3150
* docs: connector orchestration by snkas in https://github.com/feldera/feldera/pull/3148
* Debug symbols by gz in https://github.com/feldera/feldera/pull/3156
* Fixes deadlocks with input stats RwLock. by gz in https://github.com/feldera/feldera/pull/3155
* Many UI fixes and improvements, mobile and tablet support by Karakatiza666 in https://github.com/feldera/feldera/pull/3037
* [SQL] Correctly optimize initializer functions in ChainAggregate operators (3145) by mihaibudiu in https://github.com/feldera/feldera/pull/3157
* py: ROW type tests for MAX and MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/3152
* [SQL] Optimization to remove unused fields by mihaibudiu in https://github.com/feldera/feldera/pull/3147
* [SQL] Refine long interval types by mihaibudiu in https://github.com/feldera/feldera/pull/3173
* [SQL] Insert explicit casts for several function arguments by mihaibudiu in https://github.com/feldera/feldera/pull/3168
* docker: remove stale default origins by lalithsuresh in https://github.com/feldera/feldera/pull/3167
* pipeline-manager: pipeline GET selector and allow missing in POST/PUT by snkas in https://github.com/feldera/feldera/pull/3161
* [adapters] Iceberg source connector. by ryzhyk in https://github.com/feldera/feldera/pull/3172
* docs: update helm chart version to latest release by lalithsuresh in https://github.com/feldera/feldera/pull/3191
* [SQL] Vec/Map/ZSet/Variant expressions are not always literals (3164) by mihaibudiu in https://github.com/feldera/feldera/pull/3182
* Support custom CSV delimiters by blp in https://github.com/feldera/feldera/pull/3166
* [SQL] Do not panic when parsing a null string into a nullable integer by mihaibudiu in https://github.com/feldera/feldera/pull/3189
* [py] expose inner pipeline metadata by abhizer in https://github.com/feldera/feldera/pull/3151
* pipeline-manager: revert reuse of reqwest client by snkas in https://github.com/feldera/feldera/pull/3187
* Multiple UI fixes by Karakatiza666 in https://github.com/feldera/feldera/pull/3186
* [SQL] Correctly implement outer joins by mihaibudiu in https://github.com/feldera/feldera/pull/3192
* py: ROW type tests for SOME, EVERY and ARRAY_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/3197
* [SQL] For cross-joins outer joins are the same as inner joins by mihaibudiu in https://github.com/feldera/feldera/pull/3194
* [SQL] Do not panic on casting VARIANT to VARCHAR by mihaibudiu in https://github.com/feldera/feldera/pull/3203
* [SQL] Two commits fixing two bugs by mihaibudiu in https://github.com/feldera/feldera/pull/3205
* [py] add support for connector orchestation by abhizer in https://github.com/feldera/feldera/pull/3195
* pipeline-manager: pipeline unreachable status code 503 instead of 500 by snkas in https://github.com/feldera/feldera/pull/3206
* [SQL] Types like VARCHAR cannot have waterlines by mihaibudiu in https://github.com/feldera/feldera/pull/3208
* examples: cleanup pre-packaged demos by lalithsuresh in https://github.com/feldera/feldera/pull/3178
* [SQL] Point to the right column name on foreign key validation failure by mihaibudiu in https://github.com/feldera/feldera/pull/3224
* py: INTERVAL type arithmetic tests by rivudhk in https://github.com/feldera/feldera/pull/3225
* Make sure there is always a tokio runtime for http input. by gz in https://github.com/feldera/feldera/pull/3221
* Multiple UI bugfixes and improvements by Karakatiza666 in https://github.com/feldera/feldera/pull/3223
* release: bump project version to 0.33.0 by gz in https://github.com/feldera/feldera/pull/3227
**Full Changelog**: https://github.com/feldera/feldera/compare/v0.32.0...v0.33.0