Граф коммитов

232 Коммитов

Автор SHA1 Сообщение Дата
rodrigoaatmicrosoft b3d6b9bb48
Merge pull request #178 from microsoft/AddCodeQL
Adding CodeQL yml
2024-01-08 08:10:38 -08:00
Rodrigo Alves b52faa6924 Adding CodeQL yml file to build and analyze, removing import as it fails in GitHub build system. 2024-01-05 15:57:55 -08:00
microsoft-github-policy-service[bot] 085f0c79ad
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 19:29:19 +00:00
microsoft-github-policy-service[bot] cff58b62f6
Microsoft mandatory file 2023-06-02 18:29:45 +00:00
Arun Kumar M eda180e781
Merge pull request #170 from microsoft/users/arunkm/update-reference-to-newer-json-package
Update Newtonsoft.Json package references in test programs
2022-11-22 17:45:59 -08:00
Arun Kumar M dc13476417 Update Newtonsoft.Json package reference in test programs to satisfy the component governance step in the build 2022-11-22 00:04:57 -08:00
Arun Kumar M faf85de762
Merge pull request #166 from qinzhen353/users/qinzhen/fix-dot-net
A better way to check the framework name.
2022-11-15 14:07:52 -08:00
Zhen Qin d41bb2140a A better way to check the framework name. 2022-07-25 14:31:59 +08:00
Peter d2097ef5f8
Fixing bug where stateless SessionWindow can withhold punctuations/batches indefinitely when there are no data events (#162) 2022-02-25 10:57:30 -08:00
Peter 2039f1643c
Making static instances thread safe (#161)
* Making static instances thread safe

* reverting changes that were already protected by locks
2022-02-11 13:28:28 -08:00
Arun Kumar M c6d4e2e893
Merge pull request #157 from microsoft/users/arunkm/refresh-aggregate-keys
Update instance of aggregate's key in case consumer tracks its lifetime
2021-07-27 11:15:18 -07:00
Arun Kumar M ae31284b78 Update instance of aggregate's key in case consumer tracks its lifetime 2021-07-26 18:07:11 -07:00
Chayce Heiberg de60c8225a
Update exception message for ingress site/pipe mismatch (#156)
Co-authored-by: chaycej <chheiber@microsoft.com>
2021-07-19 12:49:37 -07:00
Chayce Heiberg ccf91911f8
NET 5.0 Support (#155)
* Add .net5 description when determining if the current runtime in net core

* add .net 6

Co-authored-by: Chayce Heiberg <chheiber@microsoft.com>
2021-07-19 11:18:51 -07:00
Pengcheng Xu 032ce02934
Fix Trill serialization of nested type (#154)
* Fix Trill serialization of nested type

* Refactor code

Co-authored-by: pengxu <pengxu@microsoft.com>
2021-06-10 18:17:17 -07:00
Arun Kumar M 552f909f26
Merge pull request #150 from microsoft/users/arunkm/remove-unsafe-code-from-fastmap
Removing unsafe code in FastMap for better diagnostics
2021-02-18 09:22:48 -08:00
Arun Kumar M 3e98b10e96 Removing unsafe code in FastMap for better diagnostics 2021-02-17 17:57:23 -08:00
Peter d73a9b640e
Do not insert into a FastMap while traversing that FastMap (#149) 2021-01-05 08:59:43 -08:00
Peter c008b3d81d
Updating to newest Nuget Version (#148)
* Updating to newest Nuget Version

* whitespace cleanup
2020-12-01 11:57:34 -08:00
Peter ad8ca95915
Columnar ungroup bug (#146)
* Fixing null reference in columnar ungroup pipe

* Remove file accidentally included
2020-11-30 12:08:47 -08:00
Peter 9a197208c0
Fix zero or one when pattern contains loop back to start (#144)
* Fix ZeroOrOne when there are states transitioning back to the start state

* clean up
2020-10-30 16:41:19 -07:00
Peter dc69f56266
Fixing bug that dropped punctuations for Grouped Afa SingleEvent pipe when IsSyncTimeSimultaneityFree is true (#142) 2020-10-21 12:43:35 -07:00
Peter c9d69c4d54
Fixing Afa operator stale pointers (#141) 2020-10-02 12:30:00 -07:00
rodrigoaatmicrosoft 7cf3f732d1
Fixing AFA Pipe (#134)
* Fixing AFA Pipe:
1- SyncTimeSimultaneityFree
2- Stale state
3- Event partition

* Addressing comment

* Undoing remove of fix in AFA for otherTIme
2020-10-02 09:45:26 -07:00
Badrish Chandramouli afd99261cb
Merge pull request #140 from microsoft/users/badrishc/make-serializer-public
Make serializer public
2020-09-29 12:17:12 -07:00
Badrish Chandramouli 2024f4df51 * Make serializer public
* Rename StreamableSerializer to StreamSerializer
2020-09-18 17:39:23 -07:00
Peter 8ce7f29725
Updating Azure pipeline for NetCore tests (#137) 2020-08-24 20:01:45 -07:00
Peter a784ef50bf
Fix partitioned beat low watermarks (#136) 2020-08-20 15:41:57 -07:00
Peter 15e3808527
Add .NET Core to test project target frameworks (#131)
* Add .NET Core as test target; Migrate test projects to cleaner csproj syntax; Fix .NET Core specific bugs

* Test function cleanup
2020-03-02 13:02:45 -08:00
Peter 9450a3da82
Fixing breaking change where == comparison between unconstraint generic type of default is no longer allowed (and was never working as intended) (#128) 2020-02-12 11:53:25 -08:00
JonathanKeav 185b94af6f
Jonathan keaveney (#125)
* Error: Unable to cast object of type 'Microsoft.StreamProcessing.PrimitiveComparerExpression`1[System.UInt64]' to type 'Microsoft.StreamProcessing.IComparerExpression`1[System.Decimal]'.

* Revert "Error: Unable to cast object of type 'Microsoft.StreamProcessing.PrimitiveComparerExpression`1[System.UInt64]' to type 'Microsoft.StreamProcessing.IComparerExpression`1[System.Decimal]'."

This reverts commit 6541b3097e.

* Aggregate Error: Unable to cast object of type 'Microsoft.StreamProcessing.PrimitiveComparerExpression`1[System.UInt64]' to type 'Microsoft.StreamProcessing.IComparerExpression`1[System.Decimal]'.
2020-02-05 11:05:05 -08:00
Peter 8c625cd808
Fixing DisjointUnion bug resulting in negative low watermark (#124) 2020-01-08 15:19:53 -08:00
AlgorithmsAreCool f409a324f5 Fix Infinite Recursion (#123) 2019-12-11 08:15:24 -08:00
Peter 6cacadc9f9
Fixing DisjointUnion punctuations (#120) 2019-12-04 10:55:50 -08:00
Arun Kumar M ada8d3acb8
Merge pull request #118 from microsoft/users/arunkm/expressions/all-where-clauses-getting-executed-due-to-bitwise-and
Fix multi-where clause getting executed, even when first where clause evaluates false
2019-11-13 10:23:20 -08:00
Arun Kumar M f4e08b2e5d Fix multi-where clause getting executed during filtering, by using conditional AND/OR operators instead of bitwise AND/OR 2019-11-12 10:17:29 -08:00
Peter 1f9d06253e
Fixing enumerable serialization at batch boundary (#117) 2019-11-08 15:23:43 -08:00
Arun Kumar M 5d2dfe7815
Fix other-time overflowing past InfinitySyncTime by capping (#116)
Fix other-time overflowing past InfinitySyncTime by capping, when InfinitySyncTime duration is provided
2019-11-06 16:44:40 -08:00
Peter e3d746bc9a
Test cleanup (#115)
* Test cleanup

* PR feedback
2019-10-21 19:13:50 -07:00
Peter 79a844c1b1
Fixing out of order bug where punctuations are not generated from adjusted out-of-order events (#114) 2019-10-17 14:33:46 -07:00
Peter cfde177a11
Fix CodGen Select transformation (#113)
* baseline

* Optimizing Tuple/ValueTuple cases in columnar select projections

* Adding necessary assemblies for temporal ingress template when where/projection expressions are fused

* Fix for SelectMany

* GroupedWindowTemplate fix

* Fix EquiJoinTemplate

* Fixes in, tests working

* Reuse paramter map

* remove unnecessary array of expressions
2019-10-02 13:50:10 -07:00
James Terwilliger 09ce6737f7
Merge pull request #110 from microsoft/FixUngroupBug
Fix a bug where the select transformation "returns" an expression tha…
2019-09-24 20:16:58 -07:00
Mike Barnett 77a39dc18a Fix a bug where the select transformation "returns" an expression that is to be used as the source of the assignment to the result row, but that returned expression wasn't being used. Note that there are other places that suffer from the same problem. 2019-09-24 20:04:31 -07:00
Peter b39749357c
Porting fixes from ASA (#108) 2019-09-04 13:53:08 -07:00
Peter d3ed8ededb
Fix afa zero or one (#107)
Fixing bug in Concat that broke ZeroOrOne
2019-08-13 12:18:58 -07:00
James Terwilliger 98aff29798
Merge pull request #106 from microsoft/FixCodegen
Re-remove .net46 and fix codegen
2019-08-01 14:43:30 -07:00
Peter Freiling a82861f96d Fixing netstandard codegen from netframework environment 2019-08-01 10:28:30 -07:00
Peter Freiling ee6a38742b Re-removing net46 2019-08-01 10:28:05 -07:00
Peter Freiling f3921a4aaa Revert "Merge pull request #105 from microsoft/Provider"
This reverts commit 7b30dfa337, reversing
changes made to d255b7de7f.
2019-08-01 10:25:08 -07:00
James Terwilliger 7b30dfa337
Merge pull request #105 from microsoft/Provider
Sadly, reenabling 4.6 support
2019-07-31 18:36:14 -07:00