--
You received this message because you are subscribed to the Google Groups "Delta Lake Users and Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to delta-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/delta-users/f1016d54-2e6f-4aa9-87b9-23c8340aa5d2n%40googlegroups.com.
== Parsed Logical Plan ==
'Filter (('source_db = db1) AND ('source_table = table1))
+- StreamingRelation DataSource(org.apache.spark.sql.SparkSession@6b31915f,delta,List(),None,List(),None,Map(startingVersion -> 0, path -> s3a://hs-dev-dl/poc/delta/staging_test_ws),None), delta, [id#302, source_db#303, source_table#304, data#305]
== Analyzed Logical Plan ==
id: int, source_db: string, source_table: string, data: string
Filter ((source_db#303 = db1) AND (source_table#304 = table1))
+- StreamingRelation DataSource(org.apache.spark.sql.SparkSession@6b31915f,delta,List(),None,List(),None,Map(startingVersion -> 0, path -> s3a://hs-dev-dl/poc/delta/staging_test_ws),None), delta, [id#302, source_db#303, source_table#304, data#305]
== Optimized Logical Plan ==
Filter ((isnotnull(source_db#303) AND isnotnull(source_table#304)) AND ((source_db#303 = db1) AND (source_table#304 = table1)))
+- StreamingRelation DataSource(org.apache.spark.sql.SparkSession@6b31915f,delta,List(),None,List(),None,Map(startingVersion -> 0, path -> s3a://hs-dev-dl/poc/delta/staging_test_ws),None), delta, [id#302, source_db#303, source_table#304, data#305]
== Physical Plan ==
*(1) Filter ((isnotnull(source_db#303) AND isnotnull(source_table#304)) AND ((source_db#303 = db1) AND (source_table#304 = table1)))
+- StreamingRelation delta, [id#302, source_db#303, source_table#304, data#305]