You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: