diegoQuinas opened a new pull request, #25638:
URL: https://github.com/apache/datafusion/pull/25638

   …_metadata
   
   Add footer fields already present on ColumnChunkMetaData and 
RowGroupMetaData to the datafusion-cli parquet_metadata table function.
   
   ## Which issue does this PR close?
   
   This PR closes one of the three items of the issue #25499
   
   
   
   
   ## What changes are included in this PR?
   
   It changes datafusion-cli main and functions file, also it updates the docs 
for the new columns
   
   ## What is the testing strategy for this PR?
   
   This feature is covered by the unit tests and snapshot tests of 
datafusion-cli
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   2. Serve as another way to document the expected behavior of the code
   
   Briefly describe how this PR is tested, and point to the specific tests you 
added. For example: 'This new feature is covered by the `sqllogictest` cases 
added in `foo.slt`'.
   
   If this PR does not add tests, explain why. For example, if the change is 
already covered by existing tests, please mention it.
   
   You should also check the `codecov` bot reply on this PR to confirm the 
changed code is exercised.
   -->
   
   ## Are there any user-facing changes?
   
   Yes, there are user-facing changes that require documentation (also included 
in this PR)
   
   No, no breaking changes to public APIs, (beware that the datafusion-cli will 
exponse more fields in the output)
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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]

Reply via email to