Change in asterixdb[neo]: [ASTERIXDB-3020][COMP] Fix error in sql-compat mode

2022-02-25 Thread AsterixDB Code Review
>From Ali Alsuliman : Ali Alsuliman has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15443 ) Change subject: [ASTERIXDB-3020][COMP] Fix error in sql-compat mode .. Patch Set 2:

[jira] [Commented] (ASTERIXDB-3003) Preparation for Columnar format

2022-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498264#comment-17498264 ] ASF subversion and git services commented on ASTERIXDB-3003: Commit

[jira] [Created] (ASTERIXDB-3022) Parenthetical confusion for SQL++ SOME/EVERY queries

2022-02-25 Thread Michael J. Carey (Jira)
Michael J. Carey created ASTERIXDB-3022: --- Summary: Parenthetical confusion for SQL++ SOME/EVERY queries Key: ASTERIXDB-3022 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3022 Project:

[jira] [Created] (ASTERIXDB-3021) Missing cross product warning

2022-02-25 Thread Michael J. Carey (Jira)
Michael J. Carey created ASTERIXDB-3021: --- Summary: Missing cross product warning Key: ASTERIXDB-3021 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3021 Project: Apache AsterixDB

[jira] [Updated] (ASTERIXDB-3021) Missing cross product warning

2022-02-25 Thread Michael J. Carey (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael J. Carey updated ASTERIXDB-3021: Description: The following query runs happily - which it should - but fails to

Change in asterixdb[neo]: [ASTERIXDB-3020][COMP] Fix error in sql-compat mode

2022-02-25 Thread AsterixDB Code Review
>From Dmitry Lychagin : Dmitry Lychagin has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15443 ) Change subject: [ASTERIXDB-3020][COMP] Fix error in sql-compat mode .. Patch Set 2:

Change in asterixdb[neo]: [ASTERIXDB-3020][COMP] Fix error in sql-compat mode

2022-02-25 Thread AsterixDB Code Review
>From Dmitry Lychagin : Dmitry Lychagin has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15443 ) Change subject: [ASTERIXDB-3020][COMP] Fix error in sql-compat mode .. [ASTERIXDB-3020][COMP] Fix

[jira] [Created] (ASTERIXDB-3023) Confusing error message for post-GROUP BY field use mistakes

2022-02-25 Thread Michael J. Carey (Jira)
Michael J. Carey created ASTERIXDB-3023: --- Summary: Confusing error message for post-GROUP BY field use mistakes Key: ASTERIXDB-3023 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3023

Change in asterixdb[master]: [ASTERIXDB-3003][STO] Enable batch point lookups and stateful cursors

2022-02-25 Thread AsterixDB Code Review
>From Wail Alkowaileet : Wail Alkowaileet has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14804 ) Change subject: [ASTERIXDB-3003][STO] Enable batch point lookups and stateful cursors ..

[jira] [Resolved] (ASTERIXDB-3003) Preparation for Columnar format

2022-02-25 Thread Wail Y. Alkowaileet (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wail Y. Alkowaileet resolved ASTERIXDB-3003. Resolution: Fixed > Preparation for Columnar format >

[jira] [Created] (ASTERIXDB-3024) Visit selectCondition Expression

2022-02-25 Thread Wail Y. Alkowaileet (Jira)
Wail Y. Alkowaileet created ASTERIXDB-3024: -- Summary: Visit selectCondition Expression Key: ASTERIXDB-3024 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3024 Project: Apache AsterixDB

Change in asterixdb[master]: [ASTERIXDB-3025][HYR] Introduce ITupleProjector

2022-02-25 Thread AsterixDB Code Review
>From Wail Alkowaileet : Wail Alkowaileet has uploaded a new patch set (#2). ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15465 ) Change subject: [ASTERIXDB-3025][HYR] Introduce ITupleProjector .. [ASTERIXDB-3025][HYR]

[jira] [Resolved] (ASTERIXDB-3015) avg() returns incorrect result if first value is not a number

2022-02-25 Thread Dmitry Lychagin (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Lychagin resolved ASTERIXDB-3015. Resolution: Fixed > avg() returns incorrect result if first value is not a

[jira] [Resolved] (ASTERIXDB-3020) Internal compiler error in sql-compat mode

2022-02-25 Thread Dmitry Lychagin (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Lychagin resolved ASTERIXDB-3020. Resolution: Fixed > Internal compiler error in sql-compat mode >

[jira] [Resolved] (ASTERIXDB-3016) Failure in hash groupby: Failed to insert a new buffer into the aggregate operator

2022-02-25 Thread Dmitry Lychagin (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Lychagin resolved ASTERIXDB-3016. Resolution: Fixed > Failure in hash groupby: Failed to insert a new buffer

[jira] [Updated] (ASTERIXDB-3024) Visit selectCondition Expression

2022-02-25 Thread Wail Y. Alkowaileet (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wail Y. Alkowaileet updated ASTERIXDB-3024: --- Description: In both: {code:java} DataSourceScanOperator

Change in asterixdb[master]: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15464 ) Change subject: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest .. Patch Set 1: Contrib+1

Change in asterixdb[master]: Merge branch 'gerrit/neo'

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15463 ) Change subject: Merge branch 'gerrit/neo' .. Patch Set 1: Graphix Compatibility Tests Started

Change in asterixdb[master]: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15464 ) Change subject: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest .. Patch Set 1: Graphix

Change in asterixdb[master]: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15464 ) Change subject: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest .. Patch Set 1:

Change in asterixdb[master]: [ASTERIXDB-3025][HYR] Introduce ITupleProjector

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15465 ) Change subject: [ASTERIXDB-3025][HYR] Introduce ITupleProjector .. Patch Set 2: Graphix Compatibility

Change in asterixdb[master]: [ASTERIXDB-3025][HYR] Introduce ITupleProjector

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15465 ) Change subject: [ASTERIXDB-3025][HYR] Introduce ITupleProjector .. Patch Set 2: Contrib+1 Graphix

Change in asterixdb[master]: Merge branch 'gerrit/neo'

2022-02-25 Thread AsterixDB Code Review
>From Michael Blow : Michael Blow has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15463 ) Change subject: Merge branch 'gerrit/neo' .. Merge branch 'gerrit/neo' Change-Id:

Change in asterixdb[master]: Merge branch 'gerrit/neo'

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15463 ) Change subject: Merge branch 'gerrit/neo' .. Patch Set 1: Contrib+1 Graphix Compatibility Tests

Change in asterixdb[master]: Merge branch 'gerrit/neo'

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15463 ) Change subject: Merge branch 'gerrit/neo' .. Patch Set 1: Integration-Tests+1 Integration Tests

[jira] [Created] (ASTERIXDB-3025) Introduce TupleProjector to allow Value Access Pushdowns

2022-02-25 Thread Wail Y. Alkowaileet (Jira)
Wail Y. Alkowaileet created ASTERIXDB-3025: -- Summary: Introduce TupleProjector to allow Value Access Pushdowns Key: ASTERIXDB-3025 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3025

Change in asterixdb[master]: Merge branch 'gerrit/neo'

2022-02-25 Thread AsterixDB Code Review
>From Michael Blow : Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15463 ) Change subject: Merge branch 'gerrit/neo' .. Merge branch 'gerrit/neo' Change-Id:

Change in asterixdb[master]: Merge branch 'gerrit/neo'

2022-02-25 Thread AsterixDB Code Review
>From Michael Blow : Michael Blow has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15463 ) Change subject: Merge branch 'gerrit/neo' .. Patch Set 1: Code-Review+2 -- To view, visit

Change in asterixdb[master]: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest

2022-02-25 Thread AsterixDB Code Review
>From Wail Alkowaileet : Wail Alkowaileet has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15464 ) Change subject: [ASTERIXDB-3024][COMP] Visit selectCondition for scan and unnest ..

[jira] [Commented] (ASTERIXDB-3015) avg() returns incorrect result if first value is not a number

2022-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498361#comment-17498361 ] ASF subversion and git services commented on ASTERIXDB-3015: Commit

[jira] [Commented] (ASTERIXDB-3016) Failure in hash groupby: Failed to insert a new buffer into the aggregate operator

2022-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498362#comment-17498362 ] ASF subversion and git services commented on ASTERIXDB-3016: Commit

[jira] [Commented] (ASTERIXDB-3020) Internal compiler error in sql-compat mode

2022-02-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ASTERIXDB-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498363#comment-17498363 ] ASF subversion and git services commented on ASTERIXDB-3020: Commit

Change in asterixdb[master]: [ASTERIXDB-3025][HYR] Introduce ITupleProjector

2022-02-25 Thread AsterixDB Code Review
>From Jenkins : Jenkins has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15465 ) Change subject: [ASTERIXDB-3025][HYR] Introduce ITupleProjector .. Patch Set 2: Integration-Tests+1

Change in asterixdb[master]: [ASTERIXDB-3003][STO] Enable batch point lookups and stateful cursors

2022-02-25 Thread AsterixDB Code Review
>From Murtadha Hubail : Murtadha Hubail has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14804 ) Change subject: [ASTERIXDB-3003][STO] Enable batch point lookups and stateful cursors ..