[jira] [Commented] (DRILL-8456) uptake POI 5.2.4

2023-09-28 Thread ASF GitHub Bot (Jira)


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

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

pjfanning opened a new pull request, #2833:
URL: https://github.com/apache/drill/pull/2833

   # [DRILL-8456](https://issues.apache.org/jira/browse/DRILL-8456): uptake POI 
5.2.4
   
   ## Documentation
   (Please describe user-visible changes similar to what should appear in the 
Drill documentation.)
   
   ## Testing
   (Please describe how this PR has been tested.)
   




> uptake POI 5.2.4
> 
>
> Key: DRILL-8456
> URL: https://issues.apache.org/jira/browse/DRILL-8456
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: PJ Fanning
>Priority: Major
>
> latest release with some transitive dependencies having security patches



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (DRILL-8456) uptake POI 5.2.4

2023-09-28 Thread PJ Fanning (Jira)
PJ Fanning created DRILL-8456:
-

 Summary: uptake POI 5.2.4
 Key: DRILL-8456
 URL: https://issues.apache.org/jira/browse/DRILL-8456
 Project: Apache Drill
  Issue Type: Improvement
Reporter: PJ Fanning


latest release with some transitive dependencies having security patches



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-4173) Query did not return all documents if collection using a hashed shard key

2023-09-28 Thread Sean Fulton (Jira)


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

Sean Fulton commented on DRILL-4173:


Any progress on this? I believe we have the same issue with Mongo 4.4 and Drill 
1.21.1

 

> Query did not return all documents if collection using a hashed shard key
> -
>
> Key: DRILL-4173
> URL: https://issues.apache.org/jira/browse/DRILL-4173
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Storage - MongoDB
>Affects Versions: 1.3.0
> Environment: Windows 2012
>Reporter: Yuqing Tang
>Assignee: Jason Altekruse
>Priority: Major
>
> MongoDB 3.0.6
> If a collection used a hashed shard key ({ "shardkey": "hashed" }), queries 
> like "select * from ..." may not return all documents which should be 
> returned from the collection.
> Test Case:
> Create 3 mongos, 3 config, 3 replicaset each with 3 mongod.
> Create one collection with hashed shard key.
> Insert 6 documents to this collection with shard key value 1,2,3,4,5,6
> Do a query select * from 
> Only 2,3,4 will be returned.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)