Arrow storage and dictionary encoding

Found some unit tests that have statement similar to the following:
CREATE TABLE dfs_test.arrowRegion STORE AS (type => ‘arrow’) AS SELECT * FROM cp.“region.json”

So, during this process, can Arrow be dictionary encoded? Does sabot support dictionary encoded Arrow buffers at all?