Spaarsh commented on issue #754: URL: https://github.com/apache/datafusion-python/issues/754#issuecomment-2671975156
@timsaucer I have been trying to triage this for a while. The corresponding code where the ```?table?``` string gets added in the ```datafusion``` is [this](https://github.com/apache/datafusion/blob/139b5b567232745cd92ef8747f4098f617938a98/datafusion/expr/src/logical_plan/builder.rs#L64): ```pub const UNNAMED_TABLE: &str = "?table?";``` From what I understood by going through ```datafusion-python```'s codebase, when we want to create a binding of some df code, we create a file in the ```src``` directory, import the relevant module there and over-right or extend the existing code. I looked up for "logical" in the ```datafusion-python``` repo and came across this file: [logical.rs](https://github.com/apache/datafusion-python/blob/main/src/sql/logical.rs). So I think changing the code here for removing the ```?table?``` would be the way forward. Am I correct? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org