ClassCastException in AtomicSortComparer
Replies (1)
Please register to reply
Added by Anonymous over 19 years ago
Legacy ID: #3035977 Legacy Poster: marcvc (marcvc)
Michael, found by accident, and in fact a negative scenario. I would think that an error message is more clean than a ClassCastException. The most simple query to reproduce is for $v in ("abc", 2) order by $v return $v Results in a ClassCastException in net.sf.saxon.sort.AtomicSortComparer.compare Regards, Marc
Legacy ID: #3036665 Legacy Poster: Michael Kay (mhkay)
I have improved the diagnostics for this error case. Michael Kay
Please register to reply