Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hopping Window return empty list #709

Closed
2 tasks done
jefferyng33106 opened this issue Apr 15, 2021 · 0 comments
Closed
2 tasks done

Hopping Window return empty list #709

jefferyng33106 opened this issue Apr 15, 2021 · 0 comments

Comments

@jefferyng33106
Copy link

jefferyng33106 commented Apr 15, 2021

Checklist

  • I have included information about relevant versions
  • I have verified that the issue persists when using the master branch of Faust.

Steps to reproduce

Hello, I am trying to understand how the table + windowing works

The issue is when I use:

  1. multiple partition + no matter it's store://rocksdb or memory
  2. or in local mode with only 1 partition + rocksdb

Also I've checked:

But using export NO_CYTHON=True is not working

what I expect:

["dummy message 1", "dummy message 2"]

But what I get:

[]  # -> always empty list

Versions

  • Python version 3.7.0
  • Faust version 1.10.4
  • Operating system MacOS 10.15.7
  • Kafka version
  • RocksDB version (if applicable)
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

No branches or pull requests

1 participant