Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] mars tiling odps source reader hang #179

Open
wjsi opened this issue Jun 1, 2022 · 0 comments
Open

[BUG] mars tiling odps source reader hang #179

wjsi opened this issue Jun 1, 2022 · 0 comments

Comments

@wjsi
Copy link
Collaborator

wjsi commented Jun 1, 2022

Describe the bug
mars tiling odps source reader hang:
image

To Reproduce
To help us reproducing this bug, please provide information below:

  1. Your Python version: 3.7.9

  2. The version of Mars you use: 0.9.0 / 9cfcc946c789776121b8b4da87329166e527d154

  3. Versions of crucial packages, such as numpy, scipy and pandas: numpy1.19.5, pandas1.3.5

  4. Full stack of the error.
    image
    tmp_1653803192_496397-2022-05-29T13_44_34+08_00

  5. Minimized code to reproduce the error.

df = o.to_mars_dataframe(input_table_name, columns=["id","a","b"], chunk_size=400).head(8000)
df = df.astype({'id': 'string','a':'float','b':'float'}).execute()
print(df.shape)

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.


Transferred from mars-project/mars#3095.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant