Skip to content

Fix unhashable cache key error.#365

Closed
chinazhangchao wants to merge 1 commit into
mainfrom
chao/fixcache
Closed

Fix unhashable cache key error.#365
chinazhangchao wants to merge 1 commit into
mainfrom
chao/fixcache

Conversation

@chinazhangchao

@chinazhangchao chinazhangchao commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Some cases the cache key is unhashable. For example:

  • There's no column files (e.g. AMD), so the conditions is not filtered and there are some nparray type values in the conditions which is not hashable.
  • Some ops (e.g. CumSum) have nparray type values in the conditions. The root cause investigation is still in progress.

@chinazhangchao chinazhangchao changed the title fix unhashable cache key Fix unhashable cache key error. Apr 17, 2026
@chinazhangchao chinazhangchao marked this pull request as ready for review April 17, 2026 01:54
@chinazhangchao chinazhangchao requested a review from a team as a code owner April 17, 2026 01:54
@chinazhangchao

Copy link
Copy Markdown
Contributor Author

Replace with #366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants