You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/10 17:04:00 UTC

[jira] [Commented] (ASTERIXDB-2958) Array indexes not ingesting for datasets with meta fields

    [ https://issues.apache.org/jira/browse/ASTERIXDB-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413290#comment-17413290 ] 

ASF subversion and git services commented on ASTERIXDB-2958:
------------------------------------------------------------

Commit 032d694548ad3972afdab5855a0422886d8704ec in asterixdb's branch refs/heads/master from ggalvizo
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=032d694 ]

[ASTERIXDB-2958][IDX] Fix array index ingestion for datasets with meta fields

- user model changes: no
- storage format changes: no
- interface changes: no

Loading job for array index creation has been fixed to project away the
meta field before performing the UNNEST on the record itself. This fixes
the issue where the index was not being populated when an array index
was created on a dataset with a meta field.

Change-Id: I19859eb8a3becf44438afb1ad66b1ae672d21ff3
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/13084
Reviewed-by: Glenn Galvizo <gg...@uci.edu>
Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


> Array indexes not ingesting for datasets with meta fields
> ---------------------------------------------------------
>
>                 Key: ASTERIXDB-2958
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2958
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: IDX - Indexes
>            Reporter: Glenn Justo Galvizo
>            Assignee: Glenn Justo Galvizo
>            Priority: Major
>
> For datasets with meta fields, array indexes created do not ingest the initial data. Data that gets ingested after the index creation does appear in the index though, meaning that there is a problem at index-creation time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)