Hello.
Ich habe eine Frage zu AWS Athena. />
Code: Select all
df.filter(col("VodID").isNotNull())< /code> < /p>
Die Athena filtert jedoch nicht den Nullwert
select * from dataStorage where vodid is not null
Code: Select all
df.filter(col("VodID").isNotNull())< /code> < /p>
Die Athena filtert jedoch nicht den Nullwert
select * from dataStorage where vodid is not null