SNOW-1491104: Inspector get_columns
can return columns from other tables.
#507
Labels
bug
Something isn't working
status-triage_done
Initial triage done, will be further handled by the driver team
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Python 3.11.6
What operating system and processor architecture are you using?
Linux-6.6.31-linuxkit-x86_64-with-glibc2.36
What are the component versions in the environment (
pip freeze
)?What did you do?
With two tables whose names only differ in the casing, one all upper case and the other all lower case, for example - SAMPLE_TABLE and sample_table.
get_columns('sample_table', ...)
will return columns from both the tables.What did you expect to see?
get_columns
should only have returned columns from "sample_table" without including columns from "SAMPLE_TABLE".Can you set logging to DEBUG and collect the logs?
Unfortunately no, since it would not be easy to sanitize them for the public internet.
The text was updated successfully, but these errors were encountered: