Miretpl commented on code in PR #73506: URL: https://github.com/apache/airflow/pull/73506#discussion_r4066679948
########## providers/apache/livy/docs/changelog.rst: ########## @@ -28,6 +28,17 @@ Changelog --------- +4.6.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix LivyAsyncHook methods get_batch_state and get_batch_logs (#71867)`` Review Comment: ```suggestion * ``Fix LivyAsyncHook get_batch_state and get_batch_logs methods sending POST to Livy GET only endpoints (#71867)`` ``` I'm not sure if we are doing changes like that, but if we are, I think that we could make this note a bit more precise. -- 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]
