SSSubash Sivajiinsubashsivaji.com·Feb 25, 2020 · 2 min readAzure event grid advanced filter limitThe azure event grid advanced filter limit is 25 filter values on a single event grid subscription, so this can be across one or more advanced filters within that single event grid subscription. If you just have one advanced filter in an event grid s...00
SSSubash Sivajiinsubashsivaji.com·May 9, 2019 · 2 min readTypes of Apache Spark tables and viewsThis article was originally published in my old blog here 1. Global Managed Table A managed table is a Spark SQL table for which Spark manages both the data and the metadata. A global managed table is available across all clusters. When you drop the ...00