ashutosh-hs

Results 7 comments of ashutosh-hs

I am using matomo 4.6.2 Even after manually changing the column type to text in matomo DB for custom dimension columns, the values are still being truncated to 255 characters....

@mattab @tsteur could you please help me with this? We have now upgraded to version 4.10.1 and still have this issue. Even after manually changing the column type to text...

@justinvelluppillai thanks. I have already created a topic on the form : [https://forum.matomo.org/t/manually-changing-custom-dimension-x-fields-to-be-unlimited-length-column/46287 ](https://forum.matomo.org/t/manually-changing-custom-dimension-x-fields-to-be-unlimited-length-column/46287 ) haven't received any replies on this yet

I was facing same issue. I changed the df preparation to reading the relation without any filter. df preparation and index creation steps: ``` df = spark.table("table") hs.createIndex(df, IndexConfig("index", ["id"],...

@imback82 I couldn't test it with Spark 2.4 yet. Will post it here when I have tested that. following is the output of df.explain(extended=True): ``` +-Relation[resourceType#395,id#396,meta#397,implicitRules#398,language#399,text#400,contained#401,extension#402,modifierExtension#403,identifier#404,active#405,name#406,telecom#407,gender#408,birthDate#409,deceasedBoolean#410,deceasedDatetime#411,address#412,maritalStatus#413,multipleBirthBoolean#414,multipleBirthInteger#415,photo#416,contact#417,communication#418,... 7 more fields] parquet...

@skewty @kesavkolla The [PR](https://github.com/encode/databases/pull/151) was created, but it was closed because they want the core support to be limited to postgresql, mysql, and sqlite.