Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.0.0
-
None
-
None
-
Spark 2.3.2, Spark 2.4.5
Description
Steps :-
Create a table in Carbon 1.6.1 version and load data.
Take backup of the table store
Install Carbon 2.0 version and copy the 1.6.1 store table to HDFS folder.
In 2.0 version Execute the refresh table command on the table.
execute show segments for table.
Issue : Show segments displays incorrect Load Time Taken and partition value for Carbon 1.6.1 store table.
0: jdbc:hive2://10.20.255.153:23040/default> show segments for table brinjal_pagesize;
-------------------------------------------------------------------------------------+
ID | Status | Load Start Time | Load Time Taken | Partition | Data Size | Index Size |
-------------------------------------------------------------------------------------+
0.1 | Success | 2020-05-13 15:59:28.467 | PT-1.208S | {} | 14.37KB | 4.45KB |
-------------------------------------------------------------------------------------+
1 row selected (4.062 seconds)
Attachments
Issue Links
- Blocked
-
CARBONDATA-3822 Load Taken time is shown as PT-1.2S and show segment is missing Format
- Resolved