I get an error AttributeError: 'ExpressionStringNa...
# daft-dev
k
I get an error AttributeError: 'ExpressionStringNamespace' object has no attribute 'length_bytes' when I try to use the length_bytes function. Was it removed?
j
What version of Daft are you using? This was added very recently I believe
k
It should be using 0.3.2 usually I don't specify the version when i specify the runtime env for ray
@jay but locally the example in the docs also gave the same error. Does it work for you?
j
Ah — yes looks like this functionality is on
main
but not yet released: https://github.com/Eventual-Inc/Daft/releases It should be coming out with v0.3.3
k
Okay thanks!!