Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.3
-
None
-
None
Description
Users uses xmlserde to read xml files, when user create table they specify tblproperties and it uses jobConfÂ
in Tez mode, after 1st query run, those tblproperties are part of Driver.conf, so then next query runs, the jobConf of the tez job contains the tblproperties from last run. This is cause wrong results since the next query should not use last query's tblproperties.