You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/05 07:50:01 UTC

[jira] [Commented] (DRILL-6820) Implement a msgpack reader with zstandard codec

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

ASF GitHub Bot commented on DRILL-6820:
---------------------------------------

paul-rogers commented on a change in pull request #1500: DRILL-6820: Msgpack format reader
URL: https://github.com/apache/drill/pull/1500#discussion_r230645699
 
 

 ##########
 File path: contrib/codec-zstd/src/main/java/org/apache/hadoop/io/compress/zstd/ZstdCompressor.java
 ##########
 @@ -0,0 +1,303 @@
+/*
+ * 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.hadoop.io.compress.zstd;
+
+import java.io.IOException;
+import java.nio.ByteBuffer;
+
+import org.apache.commons.logging.Log;
 
 Review comment:
   Turns out Drill requires the use of Logback logging, the build should have complained about illegal imports of common logging.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Implement a msgpack reader with zstandard codec
> -----------------------------------------------
>
>                 Key: DRILL-6820
>                 URL: https://issues.apache.org/jira/browse/DRILL-6820
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: jean-claude
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)