I frequently get such things filling my logs. ```[...
# general
k
I frequently get such things filling my logs.
Copy code
[A
                                                                                                             



                                                                                                                                            
[A

[A


                                                                       
[A[A


[A[A
Any ideas why or how to remove them? Other examples:
Copy code
Project-Project-Aggregate-FanoutHash [Stage:38]:   0%|          | 0/1 [00:00<?, ?it/s]
Project-Project-Aggregate-FanoutHash [Stage:38]:   0%|          | 1/200 [00:03<11:14,  3.39s/it]

ReduceMerge-Aggregate-Project-Project-MapPartition-Filter-Aggregate-FanoutHash [Stage:37]:   0%|          | 0/1 [00:00<?, ?it/s][A
Project-Project-Aggregate-FanoutHash [Stage:38]:   2%|▏         | 3/200 [00:08<09:34,  2.92s/it]


ReduceMerge-Aggregate [Stage:36]:   0%|          | 0/1 [00:00<?, ?it/s][A[A

ReduceMerge-Aggregate-Project-Project-MapPartition-Filter-Aggregate-FanoutHash [Stage:37]:   0%|          | 1/200 [00:21<1:11:10, 21.46s/it][A
                                                                                                



                                                                                                                                            
[A

[A


                                                                       
[A[A
👀 1
j
Hmm interesting, I think this might be ANSI escapes for things like coloring the terminal Is this the output of running a Python script that runs Daft against a Ray cluster>
k
Yes this is what comes out in Ray
It's all over the place but I've just been ignoring it haha
Sometimes it goes into a super long line and other times it nicely goes into a new line
d
spitballing --- it looks related to
tqdm
(progress bar library) and overlapping bars, but we're (apparently) already using ray's experimental
tqdm
which is supposed to avoid this issue