This is an automated email from the ASF dual-hosted git repository.
dschneider pushed a commit to branch feature/GEODE-6291
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-6291 by this
push:
new 8a9ca00 updated wip comment
8a9ca00 is described below
commit 8a9ca005bc908c1f8a0964911753444a8c327955
Author: Darrel Schneider <[email protected]>
AuthorDate: Fri Jan 18 12:08:52 2019 -0800
updated wip comment
---
.../geode/connectors/jdbc/internal/cli/CreateMappingCommand.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommand.java
b/geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommand.java
index 784d492..e3764a5 100644
---
a/geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommand.java
+++
b/geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommand.java
@@ -133,9 +133,9 @@ public class CreateMappingCommand extends SingleGfshCommand
{
// The field mapping info will be passed to CreateMappingFunction
// The field mapping will have the following:
// 1. pdx field name
- // 2. pdx field type
+ // 2. pdx field type (an instance of org.apache.geode.pdx.FieldType)
// 3. sql column name
- // 4. sql column type
+ // 4. sql column type (an instance of java.sql.JDBCType)
// action
Object[] arguments = new Object[] {mapping, synchronous};