You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "wolf8334 (via GitHub)" <gi...@apache.org> on 2023/02/28 06:31:39 UTC

[GitHub] [hudi] wolf8334 commented on issue #8061: [SUPPORT]Unable to read hudi table and got an IllegalArgumentException: For input string: "null"

wolf8334 commented on issue #8061:
URL: https://github.com/apache/hudi/issues/8061#issuecomment-1447657892

   I add these code and it works.But still wander why.
   sc.set("spark.sql.legacy.parquet.nanosAsLong", "false");
   sc.set("spark.sql.parquet.binaryAsString", "false");
   sc.set("spark.sql.parquet.int96AsTimestamp", "true");
   sc.set("spark.sql.caseSensitive", "false");


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org