Skip to content

Unable to visualize a large table when read is preceded by a long sleep #13205

@hubertp

Description

@hubertp

Consider a simple program

from Standard.Base import all
from Standard.Visualization import all
polyglot java import java.lang.Thread

main =
    text1 = 'Hello world! Works?'
    integer2 = text1.length
    Thread.sleep 10000
    node1 = enso_project.data/'customers_2024.csv' . read
    42

where the data file is irrelevant apart from the fact that it is ~80MB. The order of expressions matters.
This results in a failure to visualize read data:

Image

Metadata

Metadata

Type

No type

Projects

Status

🟢 Accepted

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions