obaidcuet

Results 3 issues of obaidcuet

Hello, Does deequ has a feature to run analyzers or checks to generate metrics based on certain dimensions/group by columns? Like how we do in SQL like below: ``` select...

**Issue:** SELECT with LIMIT works fine on snappy-shell but not working with JDBC. **Workaround:** Use JDBC method Statement.setMaxRows(int max) This workaround will work fine for inhouse codes, but may cause...

Hi, Consider this as a new feature request: "Optimize Spatial Join for Skew Data" example: Let's say we have the world country boundary as multi-polygons. We have 1million lat,lon points...