Drun1baby opened a new issue, #13807: URL: https://github.com/apache/pinot/issues/13807
I just tried a post request ```http http://127.0.0.1:9000/schemas/validate { "schemaName": "flights", "enableColumnBasedNullHandling": false, "dateTimeFieldSpecs": [ { "name": "flights", "transformFunction": "Groovy({new File('/tmp/success').createNewFile()})", "dataType": "STRING", "format": "SIMPLE_DATE_FORMAT|yyyy-MM-dd", "granularity": "1:DAYS" } ] } ``` but not triggered successfully, how can I trigger it successfully? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
