-
### Backend
VL (Velox)
### Bug description
sql:
```
select get_json_object('{"c1":"test\ntest"}', '$.c1')
```
result of gluten 1.2.0 with velox:
```
+---------------------------------------…
-
when I use assembly-0.5.0.jar to access acid table , it seems that dataframe API works well, reading or writing table , either partitioned or not.
But I can not use spark.sql() to access acid tabl…
-
Unable to instantiate SparkSession with Hive support because Hive classes are not found.
Exception in thread "main" java.lang.IllegalArgumentException: Unable to instantiate SparkSession with Hive su…
-
### Describe the bug
Trying to connect to an apache spark cluster on my local network, and it fails with `'void org.apache.thrift.transport.THttpClient.(java.lang.String, org.apache.http.client.HttpC…
-
Hi! I made some updates in my project from **Spark 3.4.1** to **Spark 3.5.0** and updated the scalapb dependency from **sparksql34-scalapb0_11** to **sparksql35-scalapb0_11**. After this upgrade, I fa…
-
Hi, I got an exception when the data was saved to clickhouse by sparkSQL with clickhouse-jdbc.
This would happen, when the type of the columns was Array[Int64].
And the SparkSql will handle the ar…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
According documentation at https://spark.apache.o…
-
**Describe the bug**
For example, a table `user` with single column `id`, this SQL is not supported by hive:
```SQL
SELECT `t1`.`id` AS `id` FROM `user` `t1` ORDER BY `t1`.`id` ASC;
```
Hive …
-
migration from blaze
https://github.com/ContinuumIO/blaze/issues/582
reposting for ease of use:
from @chdoig
As Spark is becoming a popular backend, it's a common use case for people to want to tr…
-
Hello,
I am trying to run queries on pre-existing catalog and schemas using an existing SQL warehouse in Databricks. However when I create the connection in Metabase it is stuck in syncing tables s…