You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor: Remove memory reservation in JoinLeftData used in HashJoin (#13751)
* Refactor JoinLeftData structure by removing unused memory reservation field in hash join implementation
* Add Debug and Clone derives for HashJoinStreamState and ProcessProbeBatchState enums
This commit enhances the HashJoinStreamState and ProcessProbeBatchState structures by implementing the Debug and Clone traits, allowing for easier debugging and cloning of these state representations in the hash join implementation.
0 commit comments