Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.99.2
-
None
-
None
Description
In SqoopShell#interpretFileContent, the command result is printed out if it is returned. A result object is never returned though.
it seems there are two UX variables here:
- Whether the script should continue executing.
- A result object that should be shown the user.
There should be a way to provide both pieces of information in one object.