apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.92k stars 985 forks source link

DRILL-8141: Ability to query XML root attributes #2884

Closed cgivre closed 4 months ago

cgivre commented 4 months ago

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 this PR.

Documentation

No user facing changes.

Testing

Added unit test.