e.printStackTrace();
}
if (io != null) {
// Construct a column statistics object from the result
ColumnStatistics colStats = constructColumnStatsFromPackedRow(io.oi, io.o);
// Persist the column statistics object to the metastore
try {
db.updateTableColumnStatistics(colStats);
} catch (Exception e) {