chris-twiner
chris-twiner
Creating a wrapper plugin with this functionality seems to break material and ends up duplicating much of the code anyway so it makes more sense to add this to the...
I've got code an implementation with meta page boosts, tags and external paths that works great but it definitely has to extend the core project, I've not found a way...
apologies for an incomplete ticket, I didn't want to forget to raise it. I'll add the example later.
found further inconsistent handling of mixed galleries, (could still be an rtfm issue of course): ```javascript var typeValue = readTargetAttr('data-featherlight-type'); if ( (data === '' && typeValue) && (!filter ||...
~~13.3 LTS backported the 3.5 isNativeType change as well so that's reflected in the title.~~ (I was mistaken, 0.16 spark33 builds work fine) fyi - I've created [shim](https://github.com/sparkutils/shim) to handle...
fyi - With the 1st shim snapshot push, compiling against 3.5.oss works when running against 14.3.dbr, only StaticInvoke needed doing. (so the same frameless jar can be run against both...
@pomadchin - So at time of writing, building the current 0.16 based fork branch ([rev 7944fe9 is pre-reformatting](https://github.com/chris-twiner/frameless/commit/7944fe911007fca3bee63cac779508d8dfb3aad9)) against the 3.5 correct shim_runtime version and testing the encoding functionality (used...
per b880261, #803 and #804 are confirmed as working on all LTS versions of Databricks, Spark 4 and the latest 15.0 runtime - test combinations are [documented here](https://github.com/sparkutils/testless?tab=readme-ov-file#tested-combos)
A number of test issues appear when running on a cluster, these do not appear on a single node server (e.g. github runners, dev box or even Databricks Community Edition)....
The reason for this not working with FramelessLit is that spark cannot recognise it as a Literal so it won't get past this code: [which only pushes down Literals](https://github.com/apache/spark/blob/595ad30e6259f7e4e4252dfee7704b73fd4760f7/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala#L498) Possibly...