maXXis253
Results
2
comments of
maXXis253
> Hi @sandiptir, @maXXis253, The fix lies in changing the extracted data type from `int` to `__int64` `bp::extract` here: > > https://github.com/microsoft/sql-server-language-extensions/blob/8323edabcb3de123477457741fec23a25531d640/language-extensions/python/src/PythonDataSet.cpp#L1516 > > Feel free to make the change...
Hi @Aniruddh25, this fixes the issue. Thanks!