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

Flow UI Scala Repl: use paste mode to interpret commands passed through Flow UI #3980

Closed
exalate-issue-sync bot opened this issue May 22, 2023 · 4 comments
Assignees

Comments

@exalate-issue-sync
Copy link

Right now the following statement causes error:

  dataframe
    .show()

and needs to be rewritten into

  dataframe.
     show()

Solution is to use the same trick as console REPL is using with :paste command

@exalate-issue-sync
Copy link
Author

Jakub Hava commented: I can have a look on this one. We have very simplified repl comparing to spark, so I would first need to investigate if it's possible to achieve this and keep our repl simple as it is now.

It can always be done by adopting more complete Spark Repl

@exalate-issue-sync
Copy link
Author

Michal Malohlava commented: No rush, it has low priority - nice feature to have, but not critical.

@DinukaH2O
Copy link

JIRA Issue Migration Info

Jira Issue: SW-352
Assignee: Jakub Hava
Reporter: Michal Malohlava
State: Resolved
Fix Version: 3.30.0.6-1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#2209

@hasithjp
Copy link
Member

JIRA Issue Migration Info Cont'd

Jira Issue Created Date: 2017-03-10T08:06:48.838-0800

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

No branches or pull requests

3 participants