I've created an external table partitioned by a field and am attempting to load in the data via the command 'ALTER TABLE partitioned_table_test ADD PARTITION (pcode = '123') LOCATION '/path/to/parquet/files';' using a custom Parquet SerDe.
Does loading in the data this way call the serializer() function in the SerDe at all? I've tried adding System.out.println statements in my deserializer and serializer to debug and no output seems to come from the Serializer function. -- *Raymond Lau* Software Engineer - Intern | r...@ooyala.com | (925) 395-3806