simicd commented on code in PR #159:
URL:
https://github.com/apache/arrow-datafusion-python/pull/159#discussion_r1090044546
##########
src/expression.rs:
##########
@@ -57,8 +57,8 @@ impl PyExpr {
expr.into()
}
- fn __str__(&self) -> PyResult<String> {
Review Comment:
Removed since redundant if implemented the same way, e.g. `str(literal(5))`
will fall back to `__repr__` if `__str__` is not implemented)
--
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]