Hello, I've just merged https://github.com/apache/parquet-mr/pull/516. This updates the arrow dependency to 0.10.0 in parquet-arrow and should fix the build errors you were seeing with FixedSizeBinary
Uwe On Wed, Aug 8, 2018, at 12:39 PM, Tal Yaniv wrote: > Hi Masayuki, > > I changed the arrow version to be 0.1.0 on my project and managed to > continue pass the error > > I'll need to continue to monitor this so I can use newer arrow versions later > on > > Thanks, > TY > > -----Original Message----- > From: Masayuki Takahashi <masayuki...@gmail.com> > Sent: Wednesday, 8 August 2018 13:07 > To: dev@arrow.apache.org > Subject: Re: Java compatibility issues with parquet-mr project > > Hi Tal, > > parquet-arrow version 1.10.0 depends arrow-(vector|memory| > format)-0.1.0.jar. > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fparquet-mr%2Fblob%2Fapache-parquet-1.10.0%2Fparquet-arrow%2Fpom.xml%23L36&data=01%7C01%7CTalY%40radcom.com%7Cc96bdbe1473a4c5988fb08d5fd16bf4c%7C0eb9e2d98763412e97093f539e9e25bc%7C1&sdata=xwqOCk7b3PGaUBg0To4oAlpPFIGKjoKXYwzEiHpxsAE%3D&reserved=0 > > I upgraded arrow version to 0.8.0(PARQUET-1128), but reported Java > version mismatching between arrow and parquet later(PARQUET-1278). > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FPARQUET-1128&data=01%7C01%7CTalY%40radcom.com%7Cc96bdbe1473a4c5988fb08d5fd16bf4c%7C0eb9e2d98763412e97093f539e9e25bc%7C1&sdata=O785wAeMolNYWBeLW0xG3OczP8HesoDvTMnMx2o6LoU%3D&reserved=0 > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FPARQUET-1278&data=01%7C01%7CTalY%40radcom.com%7Cc96bdbe1473a4c5988fb08d5fd16bf4c%7C0eb9e2d98763412e97093f539e9e25bc%7C1&sdata=p4lj5m9f8SbMIoVBg2ZKlqfIB50UPwDsDLt89iWyPxM%3D&reserved=0 > > Although PARQUET-1128 is merged to parquet-mr master branch, > PARQUET-1278 is still opened. > > I have tried to change the parquet-arrow dependencies from arrow-0.8.0 > to arrow-0.10.0 of master. > But compile failed since added ArrowType to FixedSizeBinary. It may need > to implement some methods for it. > > Sorry I could not suggest to address this issue right now. > > 2018年8月8日(水) 17:42 Tal Yaniv <t...@radcom.com>: > > > > Hi, > > > > I’m still facing issue – > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjir > > a.apache.org%2Fjira%2Fbrowse%2FARROW-2498&data=01%7C01%7CTalY%40ra > > dcom.com%7Cc96bdbe1473a4c5988fb08d5fd16bf4c%7C0eb9e2d98763412e97093f53 > > 9e9e25bc%7C1&sdata=pCMKRjBRAZfTlbh2ZsEq2SVVj3s4lephLxcO9s4XvVY%3D& > > amp;reserved=0 > > > > Although working with JDK 1.8 , Arrow version 0.10.0 and parquet-arrow > > version 1.10.0 > > > > Error occurs when trying to create SchemaConverter > > > > Any idea what else need to be done? > > > > Thanks, > > TY > > > > > -- > 高橋 真之