Op wo 29 mei 2019 om 10:00 schreef Antoine Pitrou <anto...@python.org>:
> > Why "converted"? Is there a conversion? > > "Converted" is the terminology used in the parquet format: https://github.com/apache/parquet-format/blob/b5d34faf47b59b1220a1bbe0fc438be71fed6d90/src/main/thrift/parquet.thrift#L43-L48 > > Le 29/05/2019 à 08:46, Deepak Majeti a écrit : > > Hi Everyone, > > > > In the early days of parquet-cpp development, the developers mapped the > > thrift::ConvertedType to parquet::LogicalType. > > This now leads to confusion with the recent introduction of > > thrift::LogicalType. > > > > Parquet Rust also adopted this incorrect naming convention. > > > > Are there any objections to renaming the Parquet::LogicalType to > > Parquet::ConvertedType in both C++ and Rust? > > >