paleolimbot opened a new issue, #734:
URL: https://github.com/apache/sedona-db/issues/734
In #733 and a few other places (I think Parquet pruning) we use the explain
output to assert that something is or isn't happening in the internals of the
engine. We currently don't have a great way to inspect these.
We should probably have `.explain()` return an object like:
```python
class ExplainPlan:
def __init__(self, df, options):
pass
def __repr__(self):
# Current output or close
pass
```
...to which we could add methods to more robustly inspect the
structure/metrics.
--
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]