The 'exec scala' by default returns whatever is written to standard out by the interpreter while interpreting a block of code it runs. But it may not be very useful in certain situations. Fir example the user does ten things but just wants the result of a df created so that he can use standard products which uses jdbc/odbc connectivity to use the output in resultset form to plot charts/graphs etc.
Added unit tests for 'exec scala', 'snappy-scala' including security etc.
Changes proposed in this pull request
The 'exec scala' by default returns whatever is written to standard out by the interpreter while interpreting a block of code it runs. But it may not be very useful in certain situations. Fir example the user does ten things but just wants the result of a df created so that he can use standard products which uses jdbc/odbc connectivity to use the output in resultset form to plot charts/graphs etc.
Added unit tests for 'exec scala', 'snappy-scala' including security etc.
Patch testing
Unit test aded. Manual too.
Is precheckin with -Pstore clean?
Underway.
ReleaseNotes changes
Yes
Other PRs
https://github.com/SnappyDataInc/snappydata/pull/1488