Hi everybody!
Is it possible to use one job cluster for multiple tasks using new task orchestration tool?
If so then please tell how.
If it's impossible then this new tool looks useless 
Regards,
Daniil.
Hi everybody.
Looks like EXISTS statement works incorrectly.
If i execute the following statement in SQL Server it returns one row, as it should
WITH a AS (
SELECT '1' AS id, 'Super Company' AS name
UNION
SELECT '2' AS id, 'SUPER COMPANY...
In newer versions of spark it's possible to use ANTI JOIN and SEMI JOIN
It looks this way:WITH a AS ( SELECT '1' AS id, 'Super Company' AS name UNION SELECT '2' AS id, 'SUPER COMPANY' AS name ), b AS ( SELECT
'a@b.com' AS user_username, 'Super Co...
I ended up with the following
Spark - Mixed case sensitivity in Spark DataFrame, Spark SQL, and/or Databricks Table - Stack Overflow
:(((((
It works, but it's extra-ugly.
Does it works better in spark 3.x?