Yang Jiandan

Results 5 comments of Yang Jiandan

update checkpoint.py:50 may fix this error - tmp_dir = "/dev/shm/" + tmp_dir = "/tmp/shm/"

update checkpoint.py:50 may fix this error tmp_dir = "/dev/shm/" --> tmp_dir = "your exist dir"

Hi, @vineetgarg02, could you please review my merge request? I would appreciate your feedback on the change. thank you!

Hi, @deniskuzZ sorry for the late response! Yes, I do plan to continue working on this PR and will update soon. Thanks for your patient!

@deniskuzZ current master branch may have problem. when I run the following cmd under master branch with any code changing, it throws exception. my command: ``` mvn test -Dtest=TestMiniLlapLocalCliDriver -Dqfile=stddev_variance_with_double_decimal_test.q...