xabriel opened a new pull request #89: Make read-path Evaluators honor case sensitivity flag. Expose flag in Spark Reader. URL: https://github.com/apache/incubator-iceberg/pull/89 In this PR we continue the work discussed in (#82), (#83), extending it to: 0) Adding `iceberg.case.sensitive` flag to `ConfigProperties`. 1) Make all Evaluators used in Iceberg read path honor this flag. 2) Expose this flag for Spark Reader use in `com.netflix.iceberg.spark.source.Reader` I acknowledge this is a big PR, but the `caseSensitive` flag had to be trickled down as needed. I'm happy to break this into multiple PRs if committers think changes (0),(1),(2) should be separate, but do note the bulk of work is (1).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
