's month_year date format is MMM-yy then contact 01 as default date for avoid to null result...
date,intdays)Returntype:timestamp usage:days_add(now(),2)减天数days_sub(timestamp startdate,intdays)Returntype:timestamp usage:days_sub(now(),2)格式化日期from_unixtime(bigint unixtime[,stringformat])Returntype:string注意参数 usage:from_unixtime(1392394861,"yyyy-MM-dd");得到小时hour(string...
data.dateFormater = new SimpleDateFormat("yyyyMMdd"); } else { data.dateFormater = new SimpleDateFormat("yyyyMM"); } } ValueMetaInterface partitioningValue = rowMeta.getValueMeta(data.indexOfPartitioningField); if (!partitioningValue.isDate() || r[data.indexOfPartitioningField] == null) ...