blob: dc91c9c9ef05e5b6cf74ef028ae07e1544c78adf [file] [log] [blame]
drop table aa;
create table aa ( test STRING )
ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.RegexSerDe'
WITH SERDEPROPERTIES ("input.regex" = "[^\\](.*)", "output.format.string" = "$1s");