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

ASF GitHub Bot commented on PHOENIX-6429:
-----------------------------------------

yanxinyi commented on a change in pull request #1185:
URL: https://github.com/apache/phoenix/pull/1185#discussion_r602637762



##########
File path: 
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/rules/SequentialListDataGenerator.java
##########
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you under the Apache License, Version 2.0 (the
+ *   "License"); you may not use this file except in compliance
+ *   with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *   limitations under the License.
+ */
+
+package org.apache.phoenix.pherf.rules;
+
+import com.google.common.base.Preconditions;
+import org.apache.phoenix.pherf.configuration.Column;
+import org.apache.phoenix.pherf.configuration.DataSequence;
+import org.apache.phoenix.pherf.configuration.DataTypeMapping;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import java.util.concurrent.atomic.AtomicLong;
+
+public class SequentialListDataGenerator implements RuleBasedDataGenerator {
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(SequentialListDataGenerator.class);

Review comment:
       nit: do we use this LOGGER anywhere?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Add support for global connections and sequential data generators
> -----------------------------------------------------------------
>
>                 Key: PHOENIX-6429
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6429
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Jacob Isaac
>            Priority: Major
>
> We may at times want to upsert or query using global connections. 
> Also add additional sequential data generators in addition to INTEGER and 
> VARCHAR data types.



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

Reply via email to