-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40592/
-----------------------------------------------------------
Review request for Ambari, DIPAYAN BHOWMICK, Jaimin Jetly, and Rohit Choudhary.
Bugs: AMBARI-14010
https://issues.apache.org/jira/browse/AMBARI-14010
Repository: ambari
Description
-------
Earliar :
The precision and scale were not fetched and shown on UI
After Patch :
precision will be shown for char and varchar and precision and scale both will
be shown for decimal
In Patch :
added new ember helper : format-column-type.js
changes in database-tree.hbs and database.js for fetching and showing precision
and scale.
Diffs
-----
contrib/views/hive/src/main/resources/ui/hive-web/app/helpers/format-column-type.js
PRE-CREATION
contrib/views/hive/src/main/resources/ui/hive-web/app/services/database.js
58789a3
contrib/views/hive/src/main/resources/ui/hive-web/app/templates/databases-tree.hbs
45a9b7f
Diff: https://reviews.apache.org/r/40592/diff/
Testing
-------
Manual testing on front end.
Manual testing on back end to ensure correct data is returned (already).
Thanks,
Nitiraj Rathore