Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 12:18 PM
can you share the result of the below query ?
select count(1) from transaction_attributes where analysis_start_date = '2025-05-01' and analysis_end_date = '2025-05-01' ,
If it has multiple entries , the join condition will lead to cross join and hence the spark job is running for ever