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/08/04 04:49:00 UTC

[jira] [Commented] (DRILL-6409) Query Failed: An Error Occurred

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

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

ilooner closed pull request #1416: DRILL-6409: Updates mongo-java-driver to 3.8.0
URL: https://github.com/apache/drill/pull/1416
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index 788e1fa8080..899bf90d1ea 100644
--- a/contrib/storage-mongo/pom.xml
+++ b/contrib/storage-mongo/pom.xml
@@ -45,7 +45,7 @@
   <dependency>
     <groupId>org.mongodb</groupId>
     <artifactId>mongo-java-driver</artifactId>
-    <version>3.2.0</version>
+    <version>3.8.0</version>
   </dependency>
 
     <!-- Test dependencie -->
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 7aab7240e4e..f175c654c01 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>org.mongodb</groupId>
       <artifactId>mongo-java-driver</artifactId>
-      <version>3.2.0</version>
+      <version>3.8.0</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.module</groupId>


 

----------------------------------------------------------------
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


> Query Failed: An Error Occurred
> -------------------------------
>
>                 Key: DRILL-6409
>                 URL: https://issues.apache.org/jira/browse/DRILL-6409
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: JUDILSON JOSE DA COSTA JUNIOR
>            Priority: Major
>              Labels: ready-to-commit
>             Fix For: 1.15.0
>
>         Attachments: Test.rar, erro_drill.png, erro_drill_det_mongo-java-driver-3.2.0.png, erro_drill_det_mongo-java-driver-3.7.0.png
>
>
> h2. Query Failed: An Error Occurred
> org.apache.drill.common.exceptions.UserRemoteException: INTERNAL_ERROR ERROR: UnSupported Bson type: DECIMAL128 Fragment 0:0 [Error Id: 35c951e0-3ce7-4232-8a90-1c146ecc749f on DSK-0244.eicon.com.br:31010]
> Verison mongo-java-driver: 3.7.0
> Version mongo: 3.4



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