This is an automated email from the ASF dual-hosted git repository.

dlych pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git.


    from 12a0a27  Merge branch 'gerrit/cheshire-cat'
     new 7a60214  [NO ISSUE][EXT] Rename getDataverse to getDatasetDataverse
     new f4ae454  [ASTERIXDB-2817][FUN] Fix IndexOutOfBoundsException in 
get_object_fields()
     new 7e770fa  merge branch 'gerrit/cheshire-cat'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../queries_sqlpp/objects/ObjectsQueries.xml       |  9 ++++--
 .../missing-fields/missing-fields.1.ddl.sqlpp      | 37 ++++++++++++++++++++++
 .../missing-fields/missing-fields.2.update.sqlpp   | 26 +++++++++++++++
 .../missing-fields/missing-fields.3.query.sqlpp    | 24 ++++++++++++++
 .../missing-fields/missing-fields.4.query.sqlpp    | 23 ++++++++++++++
 .../missing-fields/missing-fields.3.adm            |  3 ++
 .../missing-fields/missing-fields.4.adm            | 14 ++++++++
 .../tiny-social-example/tiny-social-example.4.adm  |  2 +-
 .../tiny-social-example/tiny-social-example.5.adm  | 20 ++++++------
 .../tiny-social-example/tiny-social-example.6.adm  | 30 +++++++++---------
 .../tiny-social-example/tiny-social-example.7.adm  |  8 ++---
 .../tiny-social-example/tiny-social-example.8.adm  | 24 +++++++-------
 .../tiny-social-example/tiny-social-example.9.adm  | 12 +++----
 .../adapter/factory/GenericAdapterFactory.java     |  2 +-
 .../asterix/external/util/ExternalDataUtils.java   |  2 +-
 .../om/pointables/nonvisitor/ARecordPointable.java |  2 +-
 .../functions/records/RecordFieldsUtil.java        | 34 ++++++++++----------
 17 files changed, 201 insertions(+), 71 deletions(-)
 create mode 100644 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/get-object-fields/missing-fields/missing-fields.1.ddl.sqlpp
 create mode 100644 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/get-object-fields/missing-fields/missing-fields.2.update.sqlpp
 create mode 100644 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/get-object-fields/missing-fields/missing-fields.3.query.sqlpp
 create mode 100644 
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/get-object-fields/missing-fields/missing-fields.4.query.sqlpp
 create mode 100644 
asterixdb/asterix-app/src/test/resources/runtimets/results/objects/get-object-fields/missing-fields/missing-fields.3.adm
 create mode 100644 
asterixdb/asterix-app/src/test/resources/runtimets/results/objects/get-object-fields/missing-fields/missing-fields.4.adm

Reply via email to