usql icon indicating copy to clipboard operation
usql copied to clipboard

U-SQL Examples and Issue Tracking

Results 71 usql issues
Sort by recently updated
recently updated
newest added

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: ![json](https://user-images.githubusercontent.com/35947811/35608076-79270628-067d-11e8-9589-b11b7667e1b2.PNG) 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...

Discussion

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.