大数据计算MaxCompute DataFrame在调用完join后调用map_reduce会报
AttributeError: ‘InnerJoin’ object has no attribute ‘input’
的错误,在join后使用to_pandas(wrap=True)转换为odps DataFrame可以解决这个问题,但是好像会因为这个导致本地内存占用过高,请问有什么解决办法吗?
大数据计算MaxCompute DataFrame在调用完join后调用map_reduce会报
AttributeError: ‘InnerJoin’ object has no attribute ‘input’
的错误,在join后使用to_pandas(wrap=True)转换为odps DataFrame可以解决这个问题,但是好像会因为这个导致本地内存占用过高,请问有什么解决办法吗?