Re: ClassCastException while reading parquet data via Hive metastore

2022-11-07 Thread Evy M
you suggested right? > But int to long / bigint seems to be a reasonable evolution (correct me if > I'm wrong). Is it possible to reopen the jira i mentioned earlier? Any > reason for that getting closed? > > > Regards, > Naresh > > > On Mon, Nov 7, 2022, 16:55 Evy

Re: ClassCastException while reading parquet data via Hive metastore

2022-11-07 Thread Evy M
Hi Naresh, Have you tried any of the following in order to resolve your issue: 1. Reading the Parquet files (directly, not via Hive [i.e, spark.read.parquet()]), casting to LongType and creating the hive table based on this dataframe? Hive's BigInt and Spark's Long should have the sam