huangxiaopingRD commented on PR #56587: URL: https://github.com/apache/spark/pull/56587#issuecomment-4778481234
@MaxGekk @uros-b Thanks for pointing this out. I updated the logic so that `Table Properties` is now driven by the filtered/displayed properties rather than the raw `table.properties()` map. Previously, the guard checked whether the original properties map was non-empty, which could still produce `Table Properties: []` after reserved properties were filtered out. With the latest change, we first compute the displayed properties and only emit the `Table Properties` line when that filtered list is non-empty. This keeps the output consistent with what is actually shown to users. -- 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]
