Jackie-Jiang commented on code in PR #12440: URL: https://github.com/apache/pinot/pull/12440#discussion_r1554426767
########## pinot-spi/src/test/resources/segment-metadata-without-version-header.properties: ########## @@ -0,0 +1,123 @@ +segment.padding.character = \u0000 +segment.name = fineFoodReviews_OFFLINE_0 +segment.table.name = fineFoodReviews +segment.dimension.column.names = ProductId,Score,Summary,Text,UserId,combined,embedding,n_tokens +segment.total.docs = 1000 +custom.input.data.file.uri = ~/examples/batch/fineFoodReviews/rawdata/fine_food_reviews_with_embeddings_1k.parquet.gzip +column.ProductId.cardinality = 868 +column.ProductId.totalDocs = 1000 +column.ProductId.dataType = STRING +column.ProductId.bitsPerElement = 10 +column.ProductId.lengthOfEachEntry = 10 +column.ProductId.columnType = DIMENSION +column.ProductId.isSorted = false +column.ProductId.hasDictionary = true +column.ProductId.isSingleValues = true +column.ProductId.maxNumberOfMultiValues = 0 +column.ProductId.totalNumberOfEntries = 1000 +column.ProductId.isAutoGenerated = false +column.ProductId.minValue = 7310172001 Review Comment: Can we add some escaped values in this file? We want to ensure the escaped values can be properly read. Same for the v2 config -- 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]
