pathwaycom / pathway

Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
https://pathway.com
Other
2.84k stars 98 forks source link

[Bug]: pw.debug.compute_and_print() + pathway processes #22

Closed izulin closed 1 month ago

izulin commented 3 months ago

Steps to reproduce

when run under pathway spawn -n 8, tables are printed weirdly, eg:

 | cnt
 | cnt
 | cnt
            | cnt
^PWSRT42... | 4216540
 | cnt
 | cnt
 | cnt
 | cnt

Relevant log output

-

What did you expect to happen?

 | cnt
^PWSRT42... | 4216540

Version

0.8.0

Docker Versions (if used)

No response

OS

Linux

On which CPU architecture did you run Pathway?

None

ilyanoskov commented 3 months ago

additionally, when the dashboard is displayed once in the shell, it then breaks the outputs for all subsequent runs / other commands in shell (I am using zsh)

KamilPiechowiak commented 1 month ago

This got fixed in 0.10.0