You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2019/02/12 19:21:39 UTC

[geode] branch feature/GEODE-6291 updated (e0afd58 -> c046a04)

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

zhouxj pushed a change to branch feature/GEODE-6291
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from e0afd58  fixed test to create table on both servers
     new ff2e121  wip tests passing describe needs work
     new c046a04  wip updated describe to list field mappings

The 7380 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:
 .../cli/CreateMappingCommandDUnitTest.java         | 246 ++++++++++++++++++++-
 .../cli/DescribeMappingCommandDUnitTest.java       |  38 ++--
 .../jdbc/internal/SqlToPdxInstanceCreator.java     |   5 +-
 .../jdbc/internal/cli/CreateMappingCommand.java    |   5 +
 .../CreateMappingPreconditionCheckFunction.java    |  64 +++++-
 .../jdbc/internal/cli/DescribeMappingCommand.java  |  73 ++++++
 .../util/internal/DescribeMappingResult.java       |  13 ++
 .../internal/cli/CreateMappingCommandTest.java     |   3 +-
 8 files changed, 417 insertions(+), 30 deletions(-)