Jason Fehr has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/24621 )

Change subject: IMPALA-15204: Upgrade operator Kopf for Python 3.14
......................................................................

IMPALA-15204: Upgrade operator Kopf for Python 3.14

Upgrade the operator's Kopf dependency to a Python 3.14-compatible
release so runtime reconcile logging does not fail with NoneType lock
errors.

Testing:
- python3 -m py_compile operator/impala-operator/main.py
- docker run --rm -v /Users/anubhav/Desktop/impala-upstream-clean:/repo \
  -w /repo/operator/impala-operator python:3.14.6-slim sh -lc \
  'python -m pip install --no-cache-dir -r requirements.txt && \
   python -c "from kopf._core.engines.posting import K8sPoster; \
   h=K8sPoster(); print(h.lock is None)"' (prints False)

Change-Id: I68bd973ff7a6ddb1f70fb819537c47025d80efc7
Assisted-by: GPT-5.3 (Cursor)
Reviewed-on: http://gerrit.cloudera.org:8080/24621
Reviewed-by: Jason Fehr <[email protected]>
Tested-by: Jason Fehr <[email protected]>
---
M operator/impala-operator/requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jason Fehr: Looks good to me, approved; Verified

--
To view, visit http://gerrit.cloudera.org:8080/24621
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I68bd973ff7a6ddb1f70fb819537c47025d80efc7
Gerrit-Change-Number: 24621
Gerrit-PatchSet: 2
Gerrit-Owner: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>

Reply via email to