Jay Narale

Results 18 issues of Jay Narale

``` @Test public void testWrongDnf() { RowExpression test = new SpecialFormExpression( SpecialFormExpression.Form.OR, BooleanType.BOOLEAN, Arrays.asList(a, b, c, d)); assertEquals( logicalRowExpressions.convertToDisjunctiveNormalForm(test), or(or(a, b), or(c, d)), "Failed 1,1"); } ``` in [test](https://github.com/prestodb/presto/blob/master/presto-main/src/test/java/com/facebook/presto/sql/relational/TestLogicalRowExpressions.java) Error...

bug

Why not opensource this to the presto repo?

### Problem description Ran `docker-compose build ubuntu-cpp` but ran into errors like Is there an already published docker image which works? ### System information docker --version Docker version 26.1.4, build...

build
triage

## Expected Behavior or Use Case For batch queries, if the CTE has been previously materialized and uses static deterministic filters and functions, and the underlying data remains unchanged, it...

feature request
cte_materialization

Ref - https://github.com/trinodb/trino/issues/5878

optimizer
bolt

**Does this issue affect the google-cloud-cpp project?** Yes **What component of `google-cloud-cpp` is this related to?** For example, is this related to bigtable (i.e., something in `google/cloud/bigtable`), or GCS (i.e.,...

type: bug
priority: p2

**What component of `google-cloud-cpp` is this feature request for?** For example, is this related to bigtable (i.e., something in `google/cloud/bigtable`), or GCS (i.e., something in `google/cloud/storage`)? google/cloud/storage/client GCS c++ client...

type: feature request