-
### Version
main branch
### Describe what's wrong
1.I use web ui create doris catalog called doris
2.use spark-sql submit like this:
./spark-sql --conf spark.plugins="com.datastrato.gravitino.s…
-
### Version
main branch
### Describe what's wrong
I want to use federation query using hive metastore stored in 2 hadoop clusters.
So we added two hive catalogues to metalake.
There is a diff…
-
### Am I using the newest version of the library?
- [X] I have made sure that I'm using the latest version of the library.
### Is there an existing issue for this?
- [X] I have searched the existin…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issue…
-
## What is the current behavior?
transform function is not available for snowpark dataframe whereas its available in spark dataframe. Customers are using that function a lot and it would be better to…
-
### Apache Iceberg version
1.6.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
I have several glue databases with hyphens in them, created by trino. However, I can't conne…
-
Could someone help on how to get unity catalog to work in a spark job?
after I start the unity catalog server on my laptop, I created my spark session with below code:
`
conf.set('spark.sql.e…
-
### Describe the bug, including details regarding any error messages, version, and platform.
In c++ or spark unit test, we usually creating the graphar data to `/tmp` dir and may check the generate…
-
### Backend
VL (Velox)
### Bug description
```
val aai = Literal.create(Seq(Seq(1, 2, 3), null, Seq(4, 5)),
ArrayType(ArrayType(IntegerType, containsNull = false), containsNull = true))
…
-
@tdhock
I am trying to write a code for writing a csv with spark
This is the code I run
"spark_write_csv" = spark_write_csv(input.df,tempfile(),TRUE)
```
write.colors