I want to be able to store a partition for "United Kingdom". I have a folder with "Country=United Kingdom". If I do
ALTER TABLE countries ADD PARTITION (Country="United Kingdom") LOCATION "/path/Country=United%20Kingdom"
The command does not throw an error, but the data will not be found in the table.
Any advice? Thanks!