master
[FLINK-37957][table] Do not write empty lists to compiled plan
[FLINK-12311][python] Add base python framework and Add Scan, Projection, and Filter operator support
[FLINK-28429][python] Optimize PyFlink tests
[FLINK-36496][table-common] Remove deprecated method CatalogFunction#isGeneric (#25981)
[FLINK-37894][table] Introduce Index in CatalogTable (#26632)
[FLINK-26704][table] Remove deprecated Table API string expressions
[FLINK-25986][python] Add remaining FLIP-190 API methods to Python Table API
[FLINK-38588][python] Fix test case StreamExecutionEnvironmentTests::test_set_requirements_with_cached_directory
[FLINK-36369][table] Move deprecated user-visible classes in table-api-java-bridge to the legacy package
[FLINK-22880][table] Remove 'blink' term from code base
[FLINK-38104][table] Add table api support for ML_PREDICT (#27108)
[FLINK-28429][python] Remove the warnings in the Python tests
[FLINK-37603] QueryOperation SQL Serialization customization (#26389)
[FLINK-30752][python] Support 'EXPLAIN PLAN_ADVICE' statement in PyFlink
[FLINK-38319][python] Allow TO_TIMESTAMP_LTZ to accept expressions other than literal in PyFlink (#26987)
[FLINK-37457][python] Support asArgument in Python Table API
[FLINK-37365][pyflink] Add API stability decorators for PyFlink APIs
[FLINK-35282][python] Upgrade Apache Beam >=2.54 (#25541)
[FLINK-38508][python] Allow string type specifications in Python UDF (#27106)
[FLINK-30607][python] Support NoneType for Pandas UDF
[FLINK-21912][pyflink] Introduce ResolvedSchema in Python Table API
[FLINK-23115][python] Add ConfigOptions/TableDescriptor/FormatDescriptor/Schema in Python Table API
[FLINK-27545][python][examples] Update the example in PyFlink shell
[FLINK-37423][table] Support PTFs in Table API
[FLINK-33921][table] Cleanup deprecated IdleStateRetentionTime related method in org.apache.flink.table.api.TableConfig
[FLINK-26767][python] Update code to use the changes for TableConfig
[FLINK-23115][python] Expose Table#execute_insert and StatementSet#add_insert in Python Table API
[FLINK-37625][python] Don't skip type validation for Rows made with positional arguments (#26414)
[FLINK-19786][avro] Fix the nullability and precision for Avro format deserialization
[FLINK-25231][python]Update Pyflink to use the new type system
[FLINK-37823][python] Add Python 3.12 support (#26579)
[FLINK-33410] Implement type inference for OVER function