MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

Not a solution to the "cancel a single cell" problem #88451

Closed GermanCM closed 2 years ago

GermanCM commented 2 years ago

The solution provided by the team for the issue of not being able to execute other cells after cancelling out another cell (and having this one "frozen" for a long time) is not a solution good enough, since clearing the state of a notebook means, not few times, loosing lots of processed data stored in memory. This issue seems to happen when executing code on a koalas or pandas_on_spark dataframe, more often than on pandas dataframes for instance.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ShaikMaheer-MSFT commented 2 years ago

@GermanCM Thank you for sharing feedback. We are actively validating it. We are share updates soon.

ShaikMaheer-MSFT commented 2 years ago

@mssaperla Could you please validate customer feedback and enhance document as appropriate? Thank you.

GermanCM commented 2 years ago

Any new on it?

GermanCM commented 2 years ago

As far as I could check today, it seems that many problems are solved when using the input parameter _indexcol when converting from spark to pandas_on_spark, including the issue explianed here of cancelling a cell running on such pandas_on_spark dataframes.