You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
version: spark-dynamodb_2.12:1.1.0
dynamoDf = spark.read.option("tableName", "mytable").option("region","eu-west-1") \ .format("dynamodb") \ .load() dynamoDf.show(100)
this gives me empty table
++ || ++ || || ++
but when i use load().count() it showed me the right count of total entries in table.
The text was updated successfully, but these errors were encountered: