KendraKrat commented on issue #2304: URL: https://github.com/apache/drill/issues/2304#issuecomment-911801975
[books.xml.txt](https://github.com/apache/drill/files/7100004/books.xml.txt) I created an example file based on the documented example of the books list by adding some attributes to the book elements. It wouldn't let me attach an XML file here so I just appended the .txt extension. The output below shows that the book attributes aren't captured. Thank you. +-----------------------------------------------------------------+------------+---------------------------------+-------------+------+-----------------------------------------+ | attributes | author | title | category | year | authors | +-----------------------------------------------------------------+------------+---------------------------------+-------------+------+-----------------------------------------+ | {} | Mark Twain | The Adventures of Tom Sawyer | FICTION | 1876 | {} | | {"title_binding":"paperback"} | null | The Programming Language Pascal | PASCAL | 1971 | {"author":"Niklaus WirthSomebody else"} | | {"title_binding":"hardcover","title_subcategory":"non-fiction"} | O.-J. Dahl | Structured Programming | PROGRAMMING | 1972 | {} | +-----------------------------------------------------------------+------------+---------------------------------+-------------+------+-----------------------------------------+ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
