wombatu-kun commented on PR #18497: URL: https://github.com/apache/hudi/pull/18497#issuecomment-4241995076
The `hoodieFileFormat != PARQUET` early-return in `withVectorRewrite` is clean. Please double-check that every call site that previously may have hit the rewrite now correctly skips it for Lance: - `buildReaderWithPartitionValues` (all three invocations: requiredSchema, outputSchema, requestedSchema). - Any other places in the file where `detectVectorColumns` / `replaceVectorFieldsWithBinary` are called independently of the helper. -- 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]
