Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
repo:
drop table `t//`; create table `t//` (col string); insert into `t//` values(1); insert into `t//` values(null); analyze table `t//` compute statistics; explain select * from `t//`;
The result
Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE
is wrong
Attachments
Attachments
Issue Links
- is related to
-
HIVE-12395 Turn off CBO for hive.support.special.characters.tablename tests until feature is complete
- Closed
- links to