hi @flamber and happy new year.
I'm getting a similar error.
"Cannot read properties of undefined (reading 'rows')"
In our case - strange things
- the same table can be queried just fine on dbeaver.
- the same table works in metabase, with a limit 10
- the same query works if just selecting certain fields.
We upgraded to .41.5 last week, and first issue we noticed. All dashboards and reports we have used thus far seem to work fine, the issue only became apparent when we tried to run a special query against the whole table. So basically we do not know how many tables are afflicted at this time, we are sincerely hoping it is only this one.
The data is coming via panoply, but given there are no issues querying via dbeaver, i think i have to rule out panoply as being the source of the issue?
{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.13+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.13",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.13+8",
"os.name": "Linux",
"os.version": "4.14.248-129.473.amzn1.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"mysql",
"redshift",
"googleanalytics",
"snowflake"
],
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MySQL",
"version": "8.0.25"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.6.2"
}
},
"run-mode": "prod",
"version": {
"date": "2021-12-16",
"tag": "v0.41.5",
"branch": "release-x.41.x",
"hash": "fbfffc6"
},
"settings": {
"report-timezone": null
}
}
}