Hi All, Am trying to create a dynamic partition with external table on hive metastore using spark sql.
when am trying to create a partition column data type as bigint, partition is not working even i tried with repair table. data is not shown when i ran sample query select * from table. but if i tried to create a dynamic partition with string as data type for partition its working fine. partition are working as expected. is there something am doing it wrong ?? Regards, Sree