That's correct, any SELECT * query that has a provided schema will include the metadata columns, while SELECT * without the provided schema correctly excludes them. This issue does not affect the EVF 1 Excel format plugin in master, that works fine in both cases, so either I've done something wrong in my conversion of it to EVF 2 or, I guess, EVF 2 iteslf may contain a bug.

On 2022/06/01 18:06, Charles Givre wrote:
James,
Is this only happening with the provided schema?   If so... that's interesting, 
and probably a bug somewhere.
--C

On Jun 1, 2022, at 12:03 PM, GitBox <g...@apache.org> wrote:


jnturton commented on PR #2569:
URL: https://github.com/apache/drill/pull/2569#issuecomment-1143798587

   @cgivre or @luocooong, something that the upgrade to EVF 2 broke in this 
plugin is the unit test TestExcelFormat::testStarWithProvidedSchema. Now the 
metadata columns which should be excluded from star query results are present 
and making this test fail. For this reason I've left this PR in draft status. 
Is there something obvious that I've done wrong?


--
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to