aliyun / alibabacloud-odps-maxframe-client

Apache License 2.0
3 stars 1 forks source link

Series.rename error: HTTPClientError: HTTP 500: Internal Server Error #40

Open snowljs opened 1 week ago

snowljs commented 1 week ago
s = md.Series([1, 2, 3])
s.rename(lambda x: x ** 2).execute()
---
File [/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_framedriver/services/dag/dagrunner.py:472](http://localhost:8888/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_framedriver/services/dag/dagrunner.py#line=471), in _run()

File [/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe/lib/wrapped_pickle.py:123](http://localhost:8888/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe/lib/wrapped_pickle.py#line=122), in wrapped()

File [/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_spe_manager/runner.py:40](http://localhost:8888/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_spe_manager/runner.py#line=39), in wrapper()

File [/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_spe_manager/runner.py:123](http://localhost:8888/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_spe_manager/runner.py#line=122), in submit_subdag()

File [/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_spe/client.py:67](http://localhost:8888/apsara/odps/KubeTempRoot/releasea/executor-releasea-123/MAXFRAME_TASK_default_2024-06-20-18-15-23-2916_1_113733_1/python/framedriver/maxframe_spe/client.py#line=66), in submit_subdag()

HTTPClientError: HTTP 500: Internal Server Error
---