Sharath Gururaj
09/12/2023, 1:20 PMJane Chan
09/12/2023, 1:22 PMSharath Gururaj
09/12/2023, 1:25 PMSharath Gururaj
09/12/2023, 1:29 PMSharath Gururaj
09/12/2023, 1:36 PMcreate table foo as select * from ...
). This means I cant use "materialized views" to share the computation between several pipelines. i.e., The InMemoryCatalog only supports "temporary tables" which inlines the computation, so there will be duplication of computation even if I reuse the temporary table across different pipelinesBrian Koehler
09/12/2023, 8:31 PM