cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Column is accessible after dropping the same column

Ajay-Pandey
Databricks MVP

Hi

Today I have seen very Strang behavior of databricks.

I have dropped one column from a dataframe and assigned the result to a new dataframe but I am able to use the dropped column in the filter command.

In general scenario I should get an error but it's running fine.

Attaching snapshot for the same

image.png@Ben Hayesโ€‹ 

 @Entong Shenโ€‹ 

@Hubert Dudekโ€‹ 

#DAIS2023โ€‹ 

Ajay Kumar Pandey
1 ACCEPTED SOLUTION

Accepted Solutions

Sandeep
Databricks Employee
Databricks Employee

@Ajay Pandeyโ€‹ , this is a known behavior. Please refer this JIRA for details: https://issues.apache.org/jira/browse/SPARK-30421

View solution in original post

2 REPLIES 2

Sandeep
Databricks Employee
Databricks Employee

@Ajay Pandeyโ€‹ , this is a known behavior. Please refer this JIRA for details: https://issues.apache.org/jira/browse/SPARK-30421

Thanks

Ajay Kumar Pandey