carloea2 opened a new pull request, #8264:
URL: https://github.com/apache/texera/pull/8264

   ### What changes were proposed in this PR?
   
   Resolve input ports by protobuf value equality instead of direct dictionary 
hashing. This lets an unset protobuf representation of port zero find the 
canonical registered port while preserving a clear error for unknown ports.
   
   ### Any related issues, documentation, discussions?
   
   Closes #8263
   
   ### How was this PR tested?
   
   The untouched live probe showed equal port-zero identities with different 
hashes and raised `KeyError`. After the fix it reported `lookup_succeeded=True` 
with the hashes still different.
   
   `C:\Users\carlo\texera\texera\.venv312\Scripts\python.exe -c "import 
sys,pytest; 
sys.path[:0]=[r'C:\Users\carlo\texera\texera-worktrees\investigate-bug68\amber\src\main\python',r'C:\Users\carlo\texera\texera\amber\src\main\python'];
 raise 
SystemExit(pytest.main([r'amber/src/test/python/core/architecture/packaging/test_input_manager.py','-q','-p','no:cacheprovider']))"`
   
   `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe check 
amber/src/main/python amber/src/test/python`
   
   `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe format --check 
amber/src/main/python/core/architecture/packaging/input_manager.py 
amber/src/test/python/core/architecture/packaging/test_input_manager.py`
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: OpenAI Codex


-- 
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]

Reply via email to