-
## Expected behavior
```sql
SELECT ST_DWithin(ST_GeomFromWKT("POINT(-122.335167 47.608013)"), ST_GeomFromWKT("POINT(-73.935242 40.730610)"), 4000000, true)
```
`true`
```python
ST_DWithin(
…
-
Velox has [this restriction](https://github.com/facebookincubator/velox/blob/9523840ac329be4f7318338fb92cb92bcb0a8c07/velox/exec/Operator.cpp#L566-L575) to disallow spilling one task by operations in …
-
Hi, I'm trying to connect Metabase in my data source that is in Databricks.
I tried to use the SparkSQL connector that comes with Metabase but didn't work. Metabase generates a slightly different jdb…
-
Hi!
First, I would like to thank you all for releasing the Databricks support.
I was testing it today and got the following error message:
```
ERROR: Unable to check whether table `fwt`.`flyway_…
-
I'm not talking about client->jdbc driver->presto server. I'm talking about presto server connector to any jdbc source (ie sybase, oracle.etc).
List of columns can be derived by running where 1=0 q…
-
##sbt version: 1.0.4
##problem
I successfully assembled the Jar file. When I run this Jar file from terminal (`scala /path/to/jar`), I get the error:
` java.lang.NoSuchMethodError: akka.patt…
-
### Description
I see that some UDF output parameters in the code directly reference the member variables of the input parameters. There should be a lifecycle issue here. If the lifecycle of the inpu…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
Parquet is a portable file format for heterogeneous data warehouse migration, which has table metadata e…
-
### Backend
VL (Velox)
### Bug description
And I do successfully run ./build_veclox.sh
But, when I run `./compile.sh --build_velox_backend=ON`, something wrong happended.
```
-- Us…
-
## Expected behavior
Successfully read Chinese
## Actual behavior
Garbled code
## Steps to reproduce the problem
Partial code(Java):
```java
public static void main(String[] args) {
…