Jay Chia
Jay Chia
**Is your feature request related to a problem? Please describe.** Decimal128 should support the summation aggregation ``` import daft df = daft.from_pydict({"foo": [1, 1, 2, 2, 3, 3]}) df =...
### Describe the bug It seems that in a filter our SQL parser treats accessing `.` as accessing a table instead of my intention which is to treat it as...
### Describe the bug NOTE: This was produced on Daft version v0.3.4, maybe it's already been fixed? ### To Reproduce _No response_ ### Expected behavior We should probably lowercase the...
### Describe the bug The column ordering of the output after a groupby and selection on keys seems to be not consistent with what the user specifies ### To Reproduce...
### Describe the bug ### To Reproduce ``` import daft df = daft.from_pydict({"list": [[1,2,3], [4,5], [6]], "x": [1, 2, 3]}) daft.sql("SELECT x, explode(list) FROM df").collect() ``` ### Expected behavior _No...
### Describe the bug When writing to AWS S3 with no region specified, PyArrow doesn't seem to be handling the redirects correctly. ### To Reproduce _No response_ ### Expected behavior...
**Is your feature request related to a problem? Please describe.** Today, when casting an image to tensor, the user is expected to know what the target type is: If the...
**Is your feature request related to a problem? Please describe.** - [ ] On the Docs homepage, add example tutorials for each of Data Engineering, Analytics and ML/AI training and...