Rancbar opened a new issue, #12413:
URL: https://github.com/apache/pinot/issues/12413
First of all, thank you for your invaluable contributions.
I am trying to learn Pinot and I am going through the samples you provided
but I have been struggling for multiple days only because of the following
error in using Groovy transformFunction or filterFunction.
> INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs.
Invalid TableConfigs: my_table. Groovy transform functions are disabled for
table config. Found 'Groovy({bids.max{ it.toBigDecimal() }}, bids)' for column
'maxBid'"}
I added the following lines to my table config but still not working:
```
{
"tableName": "my_table",
"tableType": "REALTIME",
"query" : {
"disableGroovy": false
},
...
}
```
Please guide me on how to enable it for the table.
--
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]