levishi
levishi
I'm in the same trouble, have you fixed it? @maobaolong
> AFAIK, this doesn't happen between Apache ORC writer and reader, right? @PengleiShi Yes, it doesn't. In the case i mentioned, the files were wrote by trino(which has own orc...
> Thank you for reporting, @PengleiShi . > > 2. Could you provide some sample ORC files? Most of files wrote by trino have proper statistics. I will try to...
@dongjoon-hyun. Trino won't write string column statistics if string value is bigger than 64 bytes  Here is a orc file wrote by trino and contains only one row ...
> @dongjoon-hyun. Trino won't write string column statistics if string value is bigger than 64 bytes  Here is a orc file wrote by trino and contains only one row...
Is there any update? i met with same error
ping @richox
ping @yjshen
> The stage retry whole design is based on the Spark's fetchFailedException , once spark scheduler accepts this exception thrown from task, it will kill all the running tasks in...