Xiaotian (Jackie) Jiang
Xiaotian (Jackie) Jiang
Currently MV column is similar to list: - The order of elements are preserved - It may have multiple occurrences of the same element We may reuse the MV column...
@nizarhejazi I think it is already supported as a scalar function `split`. See `StringFunctions.split()`
@nizarhejazi This is a bug on literal only query (no need to send the query to server). When I query a column, it can return an array. But seems like...
There are 2 issues: 1. split should work on whole separator, fixed in #9650 2. array not properly returned, which requires array literal support. Created #9659 to track it
Here are the failed tests, not sure if they are related: ``` 2022-08-23T22:43:39.6255697Z [ERROR] Failures: 2022-08-23T22:43:39.6286446Z [ERROR] ResultSetGroupTest.testDeserializeAggregationGroupByResultSet:89->getResultSet:133 » PinotClient 2022-08-23T22:43:39.6287809Z [ERROR] ResultSetGroupTest.testDeserializeAggregationResultSet:67->getResultSet:133 » PinotClient 2022-08-23T22:43:39.6288737Z [ERROR] ResultSetGroupTest.testDeserializeExceptionResultSetSkipFail:126 Execute should...
We already have NOT operator support (introduced in #7701). Some fixes (#8366, #8331) are not released yet, but with the current master it should work. The ask in this ticket...
@vvivekiyer Thanks for reminding me! Yes, it should already be handled
One challenge to solve here is the segment name conflict. Currently the reason why batch replace cannot be enabled for `REFRESH` mode is because the segment will have the same...
We do want to support compiling pinot with java 8 (for prestoDB connector) and versions later than 11. Seems you run into an issue when trying to compile pinot with...
@tanmesh Can you help also update this document page: https://docs.pinot.apache.org/users/user-guide-query/supported-transformations#transform-functions The source code can be found here: https://github.com/pinot-contrib/pinot-docs