kkrugler commented on issue #7090: URL: https://github.com/apache/incubator-pinot/issues/7090#issuecomment-874989183
How about being able to define things via: ``` json "filePathPattern":".+/(.+)/.+\\.parquet", "segmentName":"${tableName}_${filePathPattern:\\1}.parquet" ``` or, for our use case: ``` json "filePathPattern":".+/(.+)\\.csv", "segmentName":"${filePathPattern:\\1}" ``` We could also support formatting of the input dates via say `${minTimeValue:yyyy-MM}`, but maybe that's a bridge too far. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org