You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
Yes. I can contribute a fix for this bug independently.
Yes. I would be willing to contribute a fix for this bug with guidance from the Delta Lake community.
No. I cannot contribute a bug fix at this time.
The text was updated successfully, but these errors were encountered:
Currently, we use the table path to run DESC DETAIL command. We can simply store the table name when creating DeltaTable and pass it to DESC DETAIL command.
Bug
Describe the problem
Delta Lake Python API features a method
DeltaTable.detail()
for retrieving information on a given Delta tableThe documentation claims that this will also return the name of the Delta table.
My tests showed that this is not the case;
null
is returned.Steps to reproduce
Observed results
Expected results
name
should bedefault.test_delta_210
Environment information
Azure Synapse Analytics
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
The text was updated successfully, but these errors were encountered: