Liurnly

Results 4 issues of Liurnly

### Change Logs Fix comments in rfc46. You can check all commits. ### Impact _Describe any public API or user-facing feature change or any performance impact._ **Risk level: none |...

priority:blocker
writer-core
big-needle-movers

Maybe I found a bug in _function _trackeback(D)_ in _pydtw/dtw.py_. I think your function _trackeback(D) may ignore edge path of the cost matrix. In line 61 in _pydtw/dtw.py_, the code...

# Brief change log Fix error comparison type ExtendedSqlRowTypeNameSpec#equalsDeep. ```java ExtendedSqlRowTypeNameSpec nameSpec = new ExtendedSqlRowTypeNameSpec( SqlParserPos.ZERO, Arrays.asList( new SqlIdentifier("column1", SqlParserPos.ZERO), new SqlIdentifier("column2", SqlParserPos.ZERO)), Arrays.asList( new SqlDataTypeSpec(new SqlBasicTypeNameSpec( SqlTypeName.INTEGER, SqlParserPos.ZERO), SqlParserPos.ZERO),...

component=TableSQL/LegacyPlanner

### What changes were proposed in this pull request? In ProjectingInternalRow, accessing colOrdinals causes poor performace. Replace colOrdinals with the IndexedSeq type. ### Why are the changes needed? Replace colOrdinals...

SQL