Charles S. Givre

Results 19 issues of Charles S. Givre

# [DRILL-8276](https://issues.apache.org/jira/browse/DRILL-8276): Add Support for User Translation for Splunk Plugin ## Description Adds support for user translation in the Splunk plugin. ## Documentation Docs will be updated upon completion. ##...

enhancement
doc-impacting
security
dependencies

# [DRILL-8271](https://issues.apache.org/jira/browse/DRILL-8271): Make Storage and Format Config Case Insensitive ## Description Allows format and storage configs to be case insensitive. ## Documentation N/A ## Testing Ran existing unit tests.

# [DRILL-8239](https://issues.apache.org/jira/browse/DRILL-8239): Convert JSON UDF to EVF ## Description This PR updates the `convert_fromJSON` UDFs to use the latest JSON reader. ## Documentation No user facing changes. ## Testing Ran...

code-cleanup
minor-update
json
udf

# [DRILL-8180](https://issues.apache.org/jira/browse/DRILL-XXXX): Add Icons to Storage Plugin List ## Description ## Documentation This PR adds icons to the storage plugin list depending on the type of storage plugin. See screenshot...

enhancement

# [DRILL-6268](https://issues.apache.org/jira/browse/DRILL-6268): Drill-on-YARN client obtains HDFS URL Incorrectly ## Description The Drill-on-YARN client must upload files to HDFS so that YARN can localize them. The code that does so is...

bug

Hello All, Firstly, thank you VERY much for publishing this amazing library! I am working on an integration with Apache Drill which enables users to query PDF files directly using...

Thank you very much for writing (and open sourcing) this really great library! I am working on incorporating this into Apache Drill which will enable users to use Drill to...

# [DRILL-8316](https://issues.apache.org/jira/browse/DRILL-8316): Convert Druid Storage Plugin to EVF & V2 JSON Reader ## Description Converts the Druid storage plugin to use the V2 JSON reader. Also, updates the docker to...

code-cleanup
refactoring
json

# [DRILL-8141](https://issues.apache.org/jira/browse/DRILL-8141): Add Ability to query XML root attributes ## Description Drill did not have the ability to query attributes of the root element. That bug has been fixed in...

bug
minor-update
backport-to-stable

**Describe the bug** I just installed huntlib and attempted to connect to Elasticsearch. **To Reproduce** ```python es_connection = ElasticDF( url="https://localhost:9200" ) ``` Results in: ```python --------------------------------------------------------------------------- TypeError Traceback (most recent...