mbutrovich commented on code in PR #1756: URL: https://github.com/apache/datafusion-comet/pull/1756#discussion_r2098534086
########## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ########## @@ -2327,18 +2346,18 @@ object QueryPlanSerde extends Logging with CometExprShim { val requiredSchema = schema2Proto(scan.requiredSchema.fields) val dataSchema = schema2Proto(scan.relation.dataSchema.fields) - val data_schema_idxs = scan.requiredSchema.fields.map(field => { + val dataSchemaIndexes = scan.requiredSchema.fields.map(field => { Review Comment: Just fixing incorrectly formatted variables as I find them. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org