Jay Narale
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...
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...
## 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...
Ref - https://github.com/trinodb/trino/issues/5878
**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.,...
**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...