Describe the bug
Server error ingesting a csv with points
Error:
message : INGESTION_ENGINE_ACCESS_ERROR
cause : QueryTimeExcetpion: [{"error":"Instantiation of [simple type, class io.druid.data.input.Evaluation] value failed: function shape_centroid_YX is not defined. (through reference chain: java.util.ArrayList[0])"}]
The csv
Opportunity number;City;CAP;Business Type;Close Date;Stage;Quantity;CodiceFast;Descrizione;Product Category;Product Name;Tender number;StatusCorrente;Venditore;Equipment Number;Order Sales Price;Tender Target Price;Discount percentage;Order CMII percentage;ProductSales Price;Product CMII percentage;DataEsportazione;Latitude;Longitude;Point
1;SELARGIUS;9047;A;2007-12-27 15:45:35.913;A;1;A;A;A;A;A;A;A;A;1.00;1.00;1.00;1.00;1.00;1.00;2007-12-27 15:45:35.913;392.839.741;913.366.095.189.599;POINT (39.2839741 9.13366095189599)
1;SELARGIUS;9047;A;2007-12-27 15:45:35.913;A;1;A;A;A;A;A;A;A;A;1.00;1.00;1.00;1.00;1.00;1.00;2007-12-27 15:45:35.913;392.839.741;913.366.095.189.599;POINT (39.2839741 9.13366095189599)
To Reproduce
Screenshots

Desktop (please complete the following information):
Additional context
Installed and running geoserver with getty listening on 9090 and standard user/password/workspace.
Hi @danigamba
function shape_centroid_YX is added recently.
it seems like you only using the latest discovery but you need to upgrade druid version too.
Plesae download the latest version of druid from the link below.
latest druid
One more thing:
We have transferred the features we used in the geoserver to the Druid's extension.
So, you don't need to run a geo server anymore.
Thank you, with the latest download it works flawlessly.
Most helpful comment
Thank you, with the latest download it works flawlessly.