Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 01-10-2023 10:11 AM
Hello ,
I am facing issues while executing some queries , I am getting below error for time being and the issue is being resolved autoamtically .
I checked the files but there is no schema mismatch .
Can you please suggest me how i can fix the issue.
Created 03-04-2024 05:33 AM
@Muskan can you set this parameter before running the query and see if this helps?
set PARQUET_FALLBACK_SCHEMA_RESOLUTION=1;
Regards,
Chethan YM
Created 03-19-2024 09:23 AM
Hi @Muskan
You can set it in CM Impala advance configs ->
Impala Daemon Command Line Argument Advanced Configuration Snippet (Safety Valve)
Regards,
Chethan YM
Created 03-19-2024 10:33 AM
Created 03-04-2024 05:33 AM
@Muskan can you set this parameter before running the query and see if this helps?
set PARQUET_FALLBACK_SCHEMA_RESOLUTION=1;
Regards,
Chethan YM
Created 03-05-2024 06:01 AM
Created 03-19-2024 09:23 AM
Hi @Muskan
You can set it in CM Impala advance configs ->
Impala Daemon Command Line Argument Advanced Configuration Snippet (Safety Valve)
Regards,
Chethan YM
Created 03-19-2024 10:33 AM
Thanks