-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improved output of datafuson-cli
with empty results
#8904
Labels
enhancement
New feature or request
Comments
I can help with this problem. maybe it can be assign to me |
Thanks @Tangruilin BTW I think the tests added in #8896 are sufficient -- if you make this change I think the existing tests can be updated and no new tests are needed |
Tangruilin
added a commit
to Tangruilin/arrow-datafusion
that referenced
this issue
Jan 22, 2024
Signed-off-by: tangruilin <tang.ruilin@foxmail.com>
Tangruilin
added a commit
to Tangruilin/arrow-datafusion
that referenced
this issue
Jan 22, 2024
Signed-off-by: tangruilin <tang.ruilin@foxmail.com>
Tangruilin
added a commit
to Tangruilin/arrow-datafusion
that referenced
this issue
Feb 3, 2024
Signed-off-by: tangruilin <tang.ruilin@foxmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem or challenge?
As @Jefffrey @crepererum and @berkaysynnada pointed out on #8895 (see #8895 (comment)), the handling of results that have no rows could potentially be improved
Note there is nothing printed out from
select * from (values (1)) where column1 = 2;
(not even headers) when there are no resultsDescribe the solution you'd like
It would be nice to print out headers even when there was no result:
So something like:
Describe alternatives you've considered
We can also do nothing
Additional context
This issue itself isn't particularly pressing in my opinion
The text was updated successfully, but these errors were encountered: