CraigChaffee opened a new issue, #22291: URL: https://github.com/apache/superset/issues/22291
A clear and concise description of what the bug is. SQL Lab copy results loses all falsy values. #### How to reproduce the bug 1. Go to 'SQL Lab' 2. Query "select 0 as a, 1 as b, false as c;" 3. Click COPY TO CLIPBOARD ### Expected results "0\t1\tfalse" what you expected to happen. Falsy values should not be filtered. ### Actual results "\t1\t" what actually happens. Filtering #### Screenshots If applicable, add screenshots to help explain your problem. <img width="439" alt="Screenshot 2022-11-30 at 10 15 44 PM" src="https://user-images.githubusercontent.com/13027874/204979597-108aa417-574e-4ba5-a7e6-ecca02d7f6be.png"> ### Environment (please complete the following information): - browser type and version: Chrome - superset version: `superset version` 1.5.2 and replicated in the latest release. - python version: `python --version` 3 something ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ x ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ x ] I have reproduced the issue with at least the latest released version of superset. - [ x ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
