-
### Problem Statement
I'd love to be able to do array_agg(DISTINCT, column) and string_agg(DISTINCT, column)
Right now I always have to build a sub-query like this:
```
SELECT
user_id,
se…
-
### Is your feature request related to a problem?
when performing groupby/aggs, its common to want to get the first value out of the group.
### Describe the solution you'd like
```py
df.agg…
-
### Bug description
Write parquet file requires disable gluten.
```
spark.sql("set spark.gluten.enabled=false")
spark.range(1000).selectExpr("id%2 as c1", "id%5 as c2", "id as c3").write.mode("o…
-
### Describe the bug
When the filter expression is used within an `agg` context using a pandas dataframe, the following exception is raised:
```
ValueError: Length of values (1) does not match …
-
**Summary**
## Syntax
### Aggregate function
```
LIST_AGG( [ DISTINCT ] [, ] )
[ WITHIN GROUP ( ) ]
```
### Window function
```
LIST_AGG( [ DISTINCT ] [, ] )
[ WITHIN GROU…
-
#113735 introduce per agg filtering, we should have it documented.
-
Following the steps to align the WAPO gene against IWGSC_RefSeq_v2.1 on agg.plantinformatics.io, results in unpredictable outcomes. Sometimes the BLAST result is displayed in the table, but nothing is…
-
Hi, i get this when try to build this project in my archlinux
```make
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/freetype2 -…
-
### Backend
VL (Velox)
### Bug description
```
spark.sql("set spark.gluten.enabled=false")
spark.range(100).selectExpr("id%2 as c1", "id%5 as c2", "id as c3").write.mode("overwrite").parque…
-
Submitted By: anthony.gravell
Topic: Datadog
Team: Tier 1 Support
Good morning. I'm noticing a gap in this view for the medications app but our traffic monitors look totally normal. It looks like t…