neoix

Results 5 comments of neoix

Would be possible to store indexes outside of the primary ADLS path (Defined by `spark.sql.warehouse.dir`)? Let's say we have one single Synapse instance which processes the files (Delta lakes) into...

Hi @paryoja, unfortunately this is not working. `spark.hyperspace.system.path` depends to `spark.sql.warehouse.dir` as per the docs. For reference: [https://microsoft.github.io/hyperspace/docs/ug-configuration/](https://microsoft.github.io/hyperspace/docs/ug-configuration/)

I'm getting this error when trying to create indexes on top of my delta lake data frame. **com.microsoft.hyperspace.HyperspaceException: Only creating index over HDFS file based scan nodes is supported.** Please...

It looks when using delta lake, we should explicitly set new configs as described in the docs! ``` spark.Conf().Set("spark.hyperspace.index.sources.fileBasedBuilders", "com.microsoft.hyperspace.index.sources.delta.DeltaLakeFileBasedSourceBuilder," + "com.microsoft.hyperspace.index.sources.default.DefaultFileBasedSourceBuilder"); ```` It works fine after adding this line....

FYI @vnbaaij this is happening also in FluentUI Blazor website: https://www.fluentui-blazor.net/Forms ![FUIB_Number_Issue](https://github.com/microsoft/fluentui-blazor/assets/65098323/2660a60f-6658-46ae-b546-e018a7917d6d) However, using InputNumber works perfectly fine.