Anubhav Jindal has uploaded this change for review. ( 
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)
---
M operator/impala-operator/requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/24621/1
--
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: newchange
Gerrit-Change-Id: I68bd973ff7a6ddb1f70fb819537c47025d80efc7
Gerrit-Change-Number: 24621
Gerrit-PatchSet: 1
Gerrit-Owner: Anubhav Jindal <[email protected]>

Reply via email to