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

parquet文件读取报错。 ValueError: column [stars] with dtype list<element: string not null> is not supported now #122

Open
panpanling opened this issue Feb 28, 2025 · 0 comments

Comments

@panpanling
Copy link

spark 生成的parquet文件,easyrec读取报错。 ValueError: column [stars] with dtype list<element: string not null> is not supported now
spark代码中 withColumn("stars",split(col("stars"),","))此方式生成的array类型不支持。
对应Schema为 |-- user_stars: array (nullable = true)

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