usql
usql copied to clipboard
U-SQL Examples and Issue Tracking
As a result of this limitation, I have to create distinct partitions for all the dates plus it does not support high precision datetime datatypes. I ran into a similar...
How to locate the correct element when both elements have same name in JSON but having different nodes.Below is the snippet of my input JSON:  Here, "id" element is...
Files of size 60-70 MB generating System.OutOfMemoryException in Json Extractor.
Hi, I wasn't sure if the example XmlExtractor supported attributes? This line made me think it possibly did, but I haven't had any luck reading attributes in xml. `state.ElementWriter.WriteAttributes(reader, false);`...
Hello, I am using VS2017 and trying to write unit tests using the Microsoft.Analytics.UnitTest.dll assembly to test a custom USQL extractor. When I run my tests I get the following...
This came in as a feature request from [uservoice](https://feedback.azure.com/forums/327234-azure-data-lake/suggestions/10608288-native-support-for-f-with-usql), opening this issue to track discussion and refine the suggestion. This is the text from uservoice > It would be great...
Created a new class to extract EventData Avro with Properties. The only difference is that it requires a new parameter map to flatten the Dictionaries.
The previous sample did not allow for reading the schema embedded directly in the Avro file.