AwasthiSomesh commented on issue #11297:
URL: https://github.com/apache/iceberg/issues/11297#issuecomment-2405540280
@nastra Select query like below .
val df = spark.sql("select * from iceberg1table2");
Create Table Syntax:-
CREATE TABLE iceberg1table2( l_orderkey int,
AwasthiSomesh commented on issue #11297:
URL: https://github.com/apache/iceberg/issues/11297#issuecomment-2405237112
@nastra
val spark = SparkSession
.builder()
.master("local[*]")
.appName("Test")
//.config("spark.sql.defaultCatalog", "spark_catalo
nastra commented on issue #11297:
URL: https://github.com/apache/iceberg/issues/11297#issuecomment-2405180224
@AwasthiSomesh without having some logs and more details about how you set
everything up it's difficult to tell what's going wrong.
Can you please attach error logs and how you c
AwasthiSomesh opened a new issue, #11297:
URL: https://github.com/apache/iceberg/issues/11297
### Apache Iceberg version
1.6.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Hi Team,
I have done setup for hive4 docker images but