ZachDischner commented on issue #7774:
URL: https://github.com/apache/iceberg/issues/7774#issuecomment-1641002011
Can you clarify what you mean by "not using the right version of Iceberg"?
Do you mean the existing Iceberg tables I'm working with (created with Iceberg
V 1.1.0) must be upgraded?
I'm seeing the same behavior when I use updated 1.3.0 libs with my Spark 3.4
session.
```
spark-shell --packages
"org.apache.spark:spark-sql_2.13:3.3.1,org.apache.iceberg:iceberg-spark-runtime-3.4_2.12:1.3.0,org.apache.iceberg:iceberg-aws:1.3.0,org.apache.iceberg:iceberg-core:1.3.0,software.amazon.awssdk:bundle:2.20.25,software.amazon.awssdk:url-connection-client:2.20.25"\
--conf
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions\
...catalog conf pointing at 1.1.0-created Iceberg catalog
spark.sql("SELECT * FROM catalog.db.table.files WHERE partition.<something>
= 'value'
23/07/18 16:06:40 WARN SparkScanBuilder: Failed to check if
GreaterThanOrEqual(partition.something,'value) can be pushed down: Cannot find
field 'partition.something' in struct: struct<>
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]