Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: backlog
-
Fix Version/s: None
-
Component/s: con.hive, con.impala
-
Labels:None
Description
I would like to have a parameter in Hue which enables me to select the way in which NULLS are displayed in the output of a Hive and Impala query.
The parameter can be something like
hue_display_nulls=false
a | b | |
---|---|---|
1 | aa | NULL |
instead of displaying NULL it should display as
a | b | |
---|---|---|
1 | aa |