MehulBatra commented on code in PR #1552:
URL: https://github.com/apache/fluss/pull/1552#discussion_r2290785795
##########
fluss-lake/fluss-lake-iceberg/pom.xml:
##########
@@ -140,6 +140,18 @@
<scope>test</scope>
</dependency>
+ <dependency>
Review Comment:
No that we will use Iceberg.GenricReader by making it public in our fluss
project we don't need it then, I included them to read the Parquet files in
readData method
```
.createReaderFunc(
fileSchema ->
GenericParquetReaders.buildReader(table.schema(), fileSchema))
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]