You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2018/12/25 18:59:53 UTC

[incubator-plc4x] branch feature/calcite-adapter updated: [CALCITE] Some refactoring.

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

jfeinauer pushed a commit to branch feature/calcite-adapter
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/feature/calcite-adapter by this push:
     new 69a003e  [CALCITE] Some refactoring.
69a003e is described below

commit 69a003e1211d77beaaab3eef77311e0860859e54
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Tue Dec 25 19:59:48 2018 +0100

    [CALCITE] Some refactoring.
---
 .../java/org/apache/plc4x/Plc4xSchemaFactoryTest.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/integrations/apache-calcite/src/test/java/org/apache/plc4x/Plc4xSchemaFactoryTest.java b/integrations/apache-calcite/src/test/java/org/apache/plc4x/Plc4xSchemaFactoryTest.java
index 17cade5..2edc905 100644
--- a/integrations/apache-calcite/src/test/java/org/apache/plc4x/Plc4xSchemaFactoryTest.java
+++ b/integrations/apache-calcite/src/test/java/org/apache/plc4x/Plc4xSchemaFactoryTest.java
@@ -1,3 +1,21 @@
+/*
+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.plc4x;
 
 import org.assertj.core.api.WithAssertions;