I followed this tutorial and I get null for all rows except the first. My first row matches the one shown in the image, but otherwise, they are all null. Anyone have thoughts on why that might be?
@kmbutler, I’m getting the exact same results as you. I’ve checked and re-checked the SQL more times than I care to admit. Tried C/P from the tutorial and retyped the SQL in case there was a hidden character that was messing me up.
This is also on Mac OS and Chrome Version 64.0.3282.167
Tested Dremio 1.4.4 on CentOS 7 and it worked just like the tutorial
Correction: Paring the SQL down, it seems to go wonky on the ORDER BY. If I just do a simple SELECT or COUNT, the results seem fine. Once I add the ORDER BY back in, I start getting the null values. This is back on OSX, btw
This applies whether I put the ORDER in the SQL or try to SORT in the dropdown of the results set
Also, I just tested in Firefox with the same results. It’s completely repeatable on both browsers