apache-flink 2.2.0__tar.gz → 2.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. {apache_flink-2.2.0/apache_flink.egg-info → apache_flink-2.2.1}/PKG-INFO +3 -3
  2. {apache_flink-2.2.0 → apache_flink-2.2.1/apache_flink.egg-info}/PKG-INFO +3 -3
  3. {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/requires.txt +2 -2
  4. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/csv.py +1 -0
  5. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_fast.c +510 -480
  6. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_fast.c +1651 -1173
  7. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_fast.c +438 -439
  8. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_fast.c +1295 -1202
  9. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_fast.c +153 -161
  10. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_fast.c +706 -622
  11. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_fast.c +822 -697
  12. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/gen_protos.py +10 -9
  13. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/catalog.py +3 -3
  14. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/expression.py +3 -3
  15. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/version.py +1 -1
  16. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyproject.toml +3 -3
  17. {apache_flink-2.2.0 → apache_flink-2.2.1}/setup.py +1 -1
  18. {apache_flink-2.2.0 → apache_flink-2.2.1}/LICENSE +0 -0
  19. {apache_flink-2.2.0 → apache_flink-2.2.1}/MANIFEST.in +0 -0
  20. {apache_flink-2.2.0 → apache_flink-2.2.1}/README.md +0 -0
  21. {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/SOURCES.txt +0 -0
  22. {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/dependency_links.txt +0 -0
  23. {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/not-zip-safe +0 -0
  24. {apache_flink-2.2.0 → apache_flink-2.2.1}/apache_flink.egg-info/top_level.txt +0 -0
  25. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/bash-java-utils.sh +0 -0
  26. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/config-parser-utils.sh +0 -0
  27. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/config.sh +0 -0
  28. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/find-flink-home.sh +0 -0
  29. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/flink +0 -0
  30. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/flink-console.sh +0 -0
  31. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/flink-daemon.sh +0 -0
  32. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/historyserver.sh +0 -0
  33. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/jobmanager.sh +0 -0
  34. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/kubernetes-jobmanager.sh +0 -0
  35. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/kubernetes-session.sh +0 -0
  36. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/kubernetes-taskmanager.sh +0 -0
  37. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/migrate-config-file.sh +0 -0
  38. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/pyflink-shell.sh +0 -0
  39. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/pyflink-udf-runner.bat +0 -0
  40. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/pyflink-udf-runner.sh +0 -0
  41. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/sql-client.sh +0 -0
  42. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/sql-gateway.sh +0 -0
  43. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/standalone-job.sh +0 -0
  44. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/start-cluster.sh +0 -0
  45. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/start-zookeeper-quorum.sh +0 -0
  46. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/stop-cluster.sh +0 -0
  47. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/stop-zookeeper-quorum.sh +0 -0
  48. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/taskmanager.sh +0 -0
  49. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/yarn-session.sh +0 -0
  50. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/bin/zookeeper.sh +0 -0
  51. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/config.yaml +0 -0
  52. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j-cli.properties +0 -0
  53. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j-console.properties +0 -0
  54. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j-session.properties +0 -0
  55. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/log4j.properties +0 -0
  56. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/logback-console.xml +0 -0
  57. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/logback-session.xml +0 -0
  58. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/logback.xml +0 -0
  59. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/masters +0 -0
  60. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/workers +0 -0
  61. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/conf/zoo.cfg +0 -0
  62. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/asyncio/remote_model_inference.py +0 -0
  63. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/basic_operations.py +0 -0
  64. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/elasticsearch.py +0 -0
  65. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_avro_format.py +0 -0
  66. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_bytearray_format.py +0 -0
  67. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_csv_format.py +0 -0
  68. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/kafka_json_format.py +0 -0
  69. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/connectors/pulsar.py +0 -0
  70. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/event_time_timer.py +0 -0
  71. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/process_json_data.py +0 -0
  72. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/state_access.py +0 -0
  73. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/streaming_word_count.py +0 -0
  74. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/session_with_dynamic_gap_window.py +0 -0
  75. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/session_with_gap_window.py +0 -0
  76. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/sliding_time_window.py +0 -0
  77. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/tumbling_count_window.py +0 -0
  78. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/windowing/tumbling_time_window.py +0 -0
  79. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/datastream/word_count.py +0 -0
  80. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/basic_operations.py +0 -0
  81. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/mixing_use_of_datastream_and_table.py +0 -0
  82. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/multi_sink.py +0 -0
  83. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/pandas/conversion_from_dataframe.py +0 -0
  84. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/pandas/pandas_udaf.py +0 -0
  85. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/process_json_data.py +0 -0
  86. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/process_json_data_with_udf.py +0 -0
  87. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/streaming_word_count.py +0 -0
  88. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/over_window.py +0 -0
  89. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/session_window.py +0 -0
  90. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/sliding_window.py +0 -0
  91. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/windowing/tumble_window.py +0 -0
  92. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/examples/table/word_count.py +0 -0
  93. {apache_flink-2.2.0 → apache_flink-2.2.1}/deps/log/empty.txt +0 -0
  94. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/README.txt +0 -0
  95. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/__init__.py +0 -0
  96. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/__init__.py +0 -0
  97. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/completable_future.py +0 -0
  98. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/config_options.py +0 -0
  99. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/configuration.py +0 -0
  100. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/constants.py +0 -0
  101. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/execution_config.py +0 -0
  102. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/input_dependency_constraint.py +0 -0
  103. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/io.py +0 -0
  104. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_client.py +0 -0
  105. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_execution_result.py +0 -0
  106. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_id.py +0 -0
  107. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/job_status.py +0 -0
  108. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/restart_strategy.py +0 -0
  109. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/serialization.py +0 -0
  110. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/serializer.py +0 -0
  111. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/time.py +0 -0
  112. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/typeinfo.py +0 -0
  113. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/types.py +0 -0
  114. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/utils.py +0 -0
  115. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/common/watermark_strategy.py +0 -0
  116. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/__init__.py +0 -0
  117. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/async_data_stream.py +0 -0
  118. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/async_retry_predicates.py +0 -0
  119. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/async_retry_strategies.py +0 -0
  120. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/checkpoint_config.py +0 -0
  121. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/checkpoint_storage.py +0 -0
  122. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/checkpointing_mode.py +0 -0
  123. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/__init__.py +0 -0
  124. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/base.py +0 -0
  125. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/cassandra.py +0 -0
  126. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/elasticsearch.py +0 -0
  127. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/file_system.py +0 -0
  128. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/hybrid_source.py +0 -0
  129. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/jdbc.py +0 -0
  130. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/kafka.py +0 -0
  131. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/kinesis.py +0 -0
  132. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/number_seq.py +0 -0
  133. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/pulsar.py +0 -0
  134. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/connectors/rabbitmq.py +0 -0
  135. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/data_stream.py +0 -0
  136. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/execution_mode.py +0 -0
  137. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/externalized_checkpoint_retention.py +0 -0
  138. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/__init__.py +0 -0
  139. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/avro.py +0 -0
  140. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/json.py +0 -0
  141. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/orc.py +0 -0
  142. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/formats/parquet.py +0 -0
  143. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/functions.py +0 -0
  144. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/output_tag.py +0 -0
  145. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/slot_sharing_group.py +0 -0
  146. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/state.py +0 -0
  147. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/state_backend.py +0 -0
  148. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/stream_execution_environment.py +0 -0
  149. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/time_domain.py +0 -0
  150. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/timerservice.py +0 -0
  151. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/utils.py +0 -0
  152. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/datastream/window.py +0 -0
  153. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/find_flink_home.py +0 -0
  154. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/ResettableIO.py +0 -0
  155. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/__init__.py +0 -0
  156. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/__init__.py +0 -0
  157. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_boot.py +0 -0
  158. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_fast.pxd +0 -0
  159. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_fast.pyx +0 -0
  160. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coder_impl_slow.py +0 -0
  161. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_coders.py +0 -0
  162. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations.py +0 -0
  163. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_fast.pxd +0 -0
  164. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_fast.pyx +0 -0
  165. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_operations_slow.py +0 -0
  166. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_sdk_worker_main.py +0 -0
  167. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_fast.pxd +0 -0
  168. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_fast.pyx +0 -0
  169. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_stream_slow.py +0 -0
  170. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/beam/beam_worker_pool_service.py +0 -0
  171. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_fast.pxd +0 -0
  172. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_fast.pyx +0 -0
  173. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coder_impl_slow.py +0 -0
  174. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/coders.py +0 -0
  175. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/__init__.py +0 -0
  176. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/__init__.py +0 -0
  177. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/operations.py +0 -0
  178. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/process_function.py +0 -0
  179. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/runtime_context.py +0 -0
  180. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/side_output_context.py +0 -0
  181. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/state_impl.py +0 -0
  182. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/embedded/timerservice_impl.py +0 -0
  183. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/operations.py +0 -0
  184. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/__init__.py +0 -0
  185. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/async_function/__init__.py +0 -0
  186. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/async_function/operation.py +0 -0
  187. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/async_function/queue.py +0 -0
  188. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/input_handler.py +0 -0
  189. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/operations.py +0 -0
  190. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/process_function.py +0 -0
  191. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/runtime_context.py +0 -0
  192. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/process/timerservice_impl.py +0 -0
  193. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/timerservice.py +0 -0
  194. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/window/__init__.py +0 -0
  195. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/window/merging_window_set.py +0 -0
  196. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/datastream/window/window_operator.py +0 -0
  197. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/__init__.py +0 -0
  198. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/converters.py +0 -0
  199. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/java_utils.py +0 -0
  200. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/operation_utils.py +0 -0
  201. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/operations.py +0 -0
  202. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/embedded/state_impl.py +0 -0
  203. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/flink_fn_execution_pb2.py +0 -0
  204. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/flink_fn_execution_pb2.pyi +0 -0
  205. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/formats/__init__.py +0 -0
  206. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/formats/avro.py +0 -0
  207. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/internal_state.py +0 -0
  208. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/__init__.py +0 -0
  209. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/__init__.py +0 -0
  210. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/counter_impl.py +0 -0
  211. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/distribution_impl.py +0 -0
  212. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/meter_impl.py +0 -0
  213. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/embedded/metric_impl.py +0 -0
  214. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/__init__.py +0 -0
  215. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/counter_impl.py +0 -0
  216. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/distribution_impl.py +0 -0
  217. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/meter_impl.py +0 -0
  218. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/metrics/process/metric_impl.py +0 -0
  219. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/pickle.py +0 -0
  220. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/profiler.py +0 -0
  221. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/state_impl.py +0 -0
  222. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_fast.pxd +0 -0
  223. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_fast.pyx +0 -0
  224. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/stream_slow.py +0 -0
  225. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/__init__.py +0 -0
  226. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_fast.pxd +0 -0
  227. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_fast.pyx +0 -0
  228. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/aggregate_slow.py +0 -0
  229. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/operations.py +0 -0
  230. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/state_data_view.py +0 -0
  231. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_fast.pxd +0 -0
  232. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_fast.pyx +0 -0
  233. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_aggregate_slow.py +0 -0
  234. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_assigner.py +0 -0
  235. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_context.py +0 -0
  236. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_process_function.py +0 -0
  237. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/table/window_trigger.py +0 -0
  238. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/utils/__init__.py +0 -0
  239. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/fn_execution/utils/operation_utils.py +0 -0
  240. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/java_gateway.py +0 -0
  241. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/metrics/__init__.py +0 -0
  242. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/metrics/metricbase.py +0 -0
  243. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/pyflink_callback_server.py +0 -0
  244. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/pyflink_gateway_server.py +0 -0
  245. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/serializers.py +0 -0
  246. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/shell.py +0 -0
  247. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/__init__.py +0 -0
  248. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/changelog_mode.py +0 -0
  249. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/compiled_plan.py +0 -0
  250. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/data_view.py +0 -0
  251. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/descriptors.py +0 -0
  252. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/environment_settings.py +0 -0
  253. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/explain_detail.py +0 -0
  254. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/expressions.py +0 -0
  255. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/functions.py +0 -0
  256. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/model_descriptor.py +0 -0
  257. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/module.py +0 -0
  258. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/plan_reference.py +0 -0
  259. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/resolved_expression.py +0 -0
  260. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/result_kind.py +0 -0
  261. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/schema.py +0 -0
  262. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/serializers.py +0 -0
  263. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/sql_dialect.py +0 -0
  264. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/statement_set.py +0 -0
  265. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table.py +0 -0
  266. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_config.py +0 -0
  267. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_descriptor.py +0 -0
  268. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_environment.py +0 -0
  269. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_pipeline.py +0 -0
  270. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_result.py +0 -0
  271. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/table_schema.py +0 -0
  272. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/types.py +0 -0
  273. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/udf.py +0 -0
  274. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/utils.py +0 -0
  275. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/table/window.py +0 -0
  276. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/testing/__init__.py +0 -0
  277. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/testing/source_sink_utils.py +0 -0
  278. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/testing/test_case_utils.py +0 -0
  279. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/__init__.py +0 -0
  280. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/api_stability_decorators.py +0 -0
  281. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/exceptions.py +0 -0
  282. {apache_flink-2.2.0 → apache_flink-2.2.1}/pyflink/util/java_utils.py +0 -0
  283. {apache_flink-2.2.0 → apache_flink-2.2.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-flink
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Apache Flink Python API
5
5
  Home-page: https://flink.apache.org
6
6
  Author: Apache Software Foundation
@@ -27,10 +27,10 @@ Requires-Dist: protobuf>=3.19.0
27
27
  Requires-Dist: numpy>=1.22.4
28
28
  Requires-Dist: pandas<2.3,>=1.3.0
29
29
  Requires-Dist: pyarrow<21.0.0,>=5.0.0
30
- Requires-Dist: pemja<0.5.6,>=0.5.5; platform_system != "Windows"
30
+ Requires-Dist: pemja<0.5.8,>=0.5.7; platform_system != "Windows"
31
31
  Requires-Dist: httplib2>=0.19.0
32
32
  Requires-Dist: ruamel.yaml>=0.18.4
33
- Requires-Dist: apache-flink-libraries<2.2.1,>=2.2.0
33
+ Requires-Dist: apache-flink-libraries<2.2.2,>=2.2.1
34
34
  Dynamic: author
35
35
  Dynamic: author-email
36
36
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-flink
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Apache Flink Python API
5
5
  Home-page: https://flink.apache.org
6
6
  Author: Apache Software Foundation
@@ -27,10 +27,10 @@ Requires-Dist: protobuf>=3.19.0
27
27
  Requires-Dist: numpy>=1.22.4
28
28
  Requires-Dist: pandas<2.3,>=1.3.0
29
29
  Requires-Dist: pyarrow<21.0.0,>=5.0.0
30
- Requires-Dist: pemja<0.5.6,>=0.5.5; platform_system != "Windows"
30
+ Requires-Dist: pemja<0.5.8,>=0.5.7; platform_system != "Windows"
31
31
  Requires-Dist: httplib2>=0.19.0
32
32
  Requires-Dist: ruamel.yaml>=0.18.4
33
- Requires-Dist: apache-flink-libraries<2.2.1,>=2.2.0
33
+ Requires-Dist: apache-flink-libraries<2.2.2,>=2.2.1
34
34
  Dynamic: author
35
35
  Dynamic: author-email
36
36
  Dynamic: classifier
@@ -12,7 +12,7 @@ pandas<2.3,>=1.3.0
12
12
  pyarrow<21.0.0,>=5.0.0
13
13
  httplib2>=0.19.0
14
14
  ruamel.yaml>=0.18.4
15
- apache-flink-libraries<2.2.1,>=2.2.0
15
+ apache-flink-libraries<2.2.2,>=2.2.1
16
16
 
17
17
  [:platform_system != "Windows"]
18
- pemja<0.5.6,>=0.5.5
18
+ pemja<0.5.8,>=0.5.7
@@ -237,6 +237,7 @@ class CsvSchemaBuilder(object):
237
237
  Set literal for null value, default to empty sequence.
238
238
  """
239
239
  self._j_schema_builder.setNullValue(null_value)
240
+ return self
240
241
 
241
242
  def disable_quote_char(self):
242
243
  """