-
SQL:
```sql
select A.tp_bigint,B.id_dt from full_data_type_table A join full_data_type_table B on A.id_dt > B.id_dt * 16 where A.tp_bigint = B.id_dt order by A.id_dt
```
Throws:
```java
Caused…
-
## Willingness to contribute
The MLflow Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature (ei…
-
## Problem Description
When utilizing Velox to read data from Spark, we've observed that certain data types are not represented identically between Spark and Parquet files. This discrepancy results…
-
We are using cobrix to convert the mainframe EBCDIC file. Below are the problematic data fields:
XXX-TRANSACTION-AMOUNT PIC S9(15) V99 COMP-3
We are not able to convert the fields correctly. I …
-
Please add merge_asof to cudf to match pandas merge_asof capabilities. Thanks!
-
Hello,
I encountered the following error
> Error in sqlParseVariablesImpl(sql, list(sqlQuoteSpec("\"", "\""), sqlQuoteSpec("'", :
> Unterminated literal
> Some( Error in sqlParseVariablesI…
-
Hi!
I have a go program that generate parquet files. (I am using go 1.17)
```go
func Example() {
// Creating writer:
writer := parquet.NewWriter(
localParquetFile,
parquet.SchemaOf(pblo…
-
### SynapseML version
1.0.4
### System information
- **Language version** (e.g. python 3.8, scala 2.12): python 3.10
- **Spark Version** (e.g. 3.2.3): 3.4.1
- **Spark Platform** (e.g. Synapse, Da…
-
When there are a large number of columns for file formats like Parquet and ORC the size of the contiguous data for each individual column can be very small. This can result in doing lots of very small…
-
I am trying to migrate Glue Catalog to Hive Metastore of an EMR Cluster ( I used an external MySQL database as my Hive metastore).
I followed all the steps to migrate directly from AWS Glue to Hive…